t / t4018 / cpp-class-definition-derivedon commit refs.c: change resolve_ref_unsafe reading argument to be a flags field (7695d11)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};