Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / go.go-torture / execute / function-1.go
blob06244ac1563cf82a01eba1343121556bb1a79e19
1 package main
3 func subr() int {
4 return 0
7 func main() {
8 if subr() != 0 { panic(0) }