1 2 3 4 5 6 7 8 9 10
package main import "./x1" func main() { s := x1.F(&x1.P) if s != "100 100\n" { println("BUG:", s) } }