go/test/fixedbugs/issue5910.dir/main.go

9 lines
74 B
Go

package main
import "a"
func main() {
f := new(a.Future)
f.Result()
}