t / t4018 / cpp-class-definition-derivedon commit tree-diff: convert diff_root_tree_sha1 to struct object_id (7b8dea0)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};