Sign in
go
/
go
/
5505e8ccc74e8e4cbacace0143730a309b1a7655
/
.
/
test
/
fixedbugs
/
issue10066.dir
/
b.go
blob: 46d2f55fed63e098ab46e2fe52a1ad612f56e37e [
file
] [
log
] [
blame
]
package b
import "./a"
func test() {
a.Do()
}