t / t4018 / golang-interfaceon commit t0051: test GIT_TRACE to a windows named pipe (06ba9d0)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}