t / t4018 / cpp-class-definition-derivedon commit trace2: fixup access problem on /etc/gitconfig in read_very_early_config (f672dee)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};