t / t4018 / golang-interfaceon commit config: add read_very_early_config() (800a7f9)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}