t / t4018 / cpp-class-definition-derivedon commit sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one() (880fb8d)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};