t / t4018 / cpp-class-definition-derivedon commit Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/git (eccd872)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};