unplugged-system/prebuilts/go/linux-x86/test/fixedbugs/issue10066.dir/b.go

8 lines
49 B
Go
Raw Normal View History

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