t / t4018 / cpp-class-definition-derivedon commit read_raw_ref(): take a (struct ref_store *) argument (34c7ad8)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};