/
proc
/
self
/
root
/
opt
/
golang
/
1.22.0
/
test
/
fixedbugs
/
issue7995b.dir
/
up file
home
package main import "./x1" func main() { s := x1.F(&x1.P) if s != "100 100\n" { println("BUG:", s) } }