github.com/lovishpuri/go-40569/src@v0.0.0-20230519171745-f8623e7c56cf/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