t / t4018 / golang-interfaceon commit trace2: fixup access problem on /etc/gitconfig in read_very_early_config (f672dee)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}