DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.25.0%2Bds-1 / go / internal / gccgoimporter / testdata / issue27856.go
123456789
package lib type M struct { E E } type F struct { _ *M } type E = F