t / t4018 / cpp-class-definition-derivedon commit builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state' (1ffec30)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};