Files
go-legacy-win7/test/fixedbugs/issue10066.dir/b.go

8 lines
49 B
Go
Raw Normal View History

2024-09-21 23:49:08 +10:00
package b
import "./a"
func test() {
a.Do()
}