t / t4018 / cpp-class-definition-derivedon commit rebase: add a config option to default to --reschedule-failed-exec (969de3f)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};