t / t4018 / cpp-class-definition-derivedon commit t5520: test pulling an octopus into an unborn branch (7ad39a2)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};