Sign in
go
/
tools
/
18389cb1f49d622b3295aa8691bd72078b66a87e
/
.
/
go
/
internal
/
gccgoimporter
/
testdata
/
issue27856.go
blob: bf361e1cd803beb0b2a0af2ca2bb8a45ab92f0be [
file
] [
log
] [
blame
]
package lib
type M struct {
E E
}
type F struct {
_ *M
}
type E = F