t / t4018 / cpp-class-definition-derivedon commit builtin/apply: make parse_whitespace_option() return -1 instead of die()ing (aaf6c44)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};