t / t4018 / cpp-class-definition-derivedon commit sha1-file.c: remove implicit dependency on the_index (58bf2a4)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};