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