t / t4018 / cpp-class-definition-derivedon commit t7408: merge short tests, factor out testing method (9292536)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};