Files
go-legacy-win7/test/fixedbugs/issue16133.dir/b.go
2024-09-21 23:49:08 +10:00

8 lines
51 B
Go

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