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