t / t4018 / cpp-class-definition-derivedon commit git config --unset: remove empty sections (in the common case) (22aedfc)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};