github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/src/go/internal/gccgoimporter/testdata/issue27856.go (about) 1 package lib 2 3 type M struct { 4 E E 5 } 6 type F struct { 7 _ *M 8 } 9 type E = F