t / t4018 / cpp-class-definition-derivedon commit wt-status: make the require_clean_work_tree() function reusable (fd84986)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};