t / t4018 / cpp-class-definition-derivedon commit t7005-editor: get rid of the SPACES_IN_FILENAMES prereq (4362da0)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};