import "cmd/cgo/internal/testplugin/testdata/iface_i"
i.go
type I interface { M() }
type T struct { }
func (t *T) M()