go/test/fixedbugs/issue10066.dir/b.go

8 lines
49 B
Go

package b
import "./a"
func test() {
a.Do()
}