t / t4018 / cpp-class-definition-derivedon commit perf: add a comparison test of log --grep regex engines (c8f39be)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};