t / t4018 / cpp-class-definition-derivedon commit dir.c: support marking some patterns already matched (c62a917)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};