t / t4018 / cpp-class-definition-derivedon commit Revert "t6026-merge-attr: ensure that the merge driver was called" (3b03097)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};