(root)/
gcc-13.2.0/
gcc/
testsuite/
go.go-torture/
execute/
var-2.go
package main

func main() {
  var ret int;
  if ret != 0 { panic(0) }
}