1package b
2
3import "./a"
4
5func test() {
6	a.Do()
7}
8