t / t4018 / cpp-class-definition-derivedon commit rebase -i --root: let the sequencer handle even the initial part (21d0764)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};