t / t4018 / cpp-class-definition-derivedon commit gc: save log from daemonized gc --auto and print it next time (329e6e8)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};