t / t4018 / golang-interfaceon commit remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) (cb8010b)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}