t / t4018 / golang-interfaceon commit mingw: replace MSVCRT's fstat() with a Win32-based implementation (d75e697)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}