t / t4018 / cpp-class-definition-derivedon commit replace: check mergetags when using --graft (25a05a8)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};