modernc.org/gc@v1.0.1-0.20240304020402-f0dba7c97c2b/testdata/errchk/test/fixedbugs/issue16133.dir/b.go (about)

     1  package b
     2  
     3  import "./a2"
     4  
     5  type T struct {
     6  	X a.X
     7  }