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