]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug0.go
Add Go frontend, libgo library, and Go testsuite.
[thirdparty/gcc.git] / gcc / testsuite / go.test / test / fixedbugs / bug248.dir / bug0.go
1 package p
2
3 type T struct {
4 X, Y int
5 }
6
7 type I interface {
8 M(T)
9 }