t / t4018 / cpp-class-definition-derivedon commit t6044: add a testcase for index matching head, when head doesn't match HEAD (cf69f2a)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};