(root)/
gcc-13.2.0/
gcc/
testsuite/
go.go-torture/
execute/
function-1.go
package main

func subr() int {
  return 0
}

func main() {
  if subr() != 0 { panic(0) }
}