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

import "./a"

func test() {
	a.Do()
}