gotools/go/internal/gccgoimporter/testdata/issue27856.go

package lib

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