t / t4018 / golang-interfaceon commit t0001 (mingw): do not expect a specific order of stdout/stderr (fdda1ac)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}