github.com/zxy12/go_duplicate_112_new@v0.0.0-20200807091221-747231827200/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