Sign in
go
/
go
/
4298b46e23c0b37d9ab32eaf109b15d55d66667e
/
.
/
test
/
fixedbugs
/
issue7995b.dir
/
x2.go
blob: eea23eabba2467b032cd48b65dec77edbc3f4564 [
file
] [
log
] [
blame
]
package main
import "./x1"
func main() {
s := x1.F(&x1.P)
if s != "100 100\n" {
println("BUG:", s)
}
}