2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / go.go-torture / execute / function-2.go
blob8b9aa878ed3b263d36857796b777fc4cedf77821
1 package main
3 func subr(p int) int {
4 return p
7 func main() {
8 if subr(0) != 0 { panic(0) }