t / t4018 / cpp-class-definition-derivedon commit check_everything_connected: use a struct with named options (7043c70)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};