t / t4018 / cpp-class-definition-derivedon commit grep: add tests for grep pattern types being passed to submodules (5ee6f1a)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};