t / t4018 / cpp-class-definition-derivedon commit grep: un-break building with PCRE >= 8.32 without --enable-jit (fb95e2e)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};