t / t4018 / cpp-class-definition-derivedon commit refs: remove some functions from the module's public interface (0a4b24f)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};