(root)/
gcc-13.2.0/
gcc/
testsuite/
go.test/
test/
fixedbugs/
issue16133.dir/
b.go
package b

import "./a2"

type T struct {
	X a.X
}