t / t4018 / cpp-class-definition-derivedon commit hash-object: fix buffer reuse with --path in a subdirectory (a1be47e)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};