github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/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