t / t4018 / golang-interfaceon commit archive.c: avoid access to the_index (b612ee2)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}