t / t4018 / cpp-class-definition-derivedon commit refs: rename get_ref_store() to get_submodule_ref_store() and make it public (18d0002)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};