t / t4018 / cpp-class-definition-derivedon commit legacy-rebase: backport -C<n> and --whitespace=<option> checks (7e097e2)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};