t / t4018 / cpp-class-definition-derivedon commit mergetool: don't require a work tree for --tool-help (7bfb7c3)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};