(root)/
gcc-13.2.0/
gcc/
testsuite/
go.test/
test/
fixedbugs/
issue7995b.dir/
x2.go
package main

import "./x1"

func main() {
	s := x1.F(&x1.P)
	if s != "100 100\n" {
		println("BUG:", s)
	}
}