golang/test/fixedbugs/issue16133.dir/b.go

8 lines
51 B
Go

package b
import "./a2"
type T struct {
X a.X
}