文件路径:/test/fixedbugs/issue10066.dir/b.go
package b import "./a" func test() { a.Do() }
go 源码目录
go a 源码