tools/go/internal/gccgoimporter/testdata/issue27856.go

10 lines
71 B
Go

package lib
type M struct {
E E
}
type F struct {
_ *M
}
type E = F