summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug1.go
blob: 7fc7401c5a9d6ee935ff5b90e100cd705c8c304f (plain)
1
2
3
4
5
6
7
8
9
package p

type T struct {
	X, Y int
}

type I interface {
	M(T)
}