Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
function-2.go
blob: 8b9aa878ed3b263d36857796b777fc4cedf77821 [
file
] [
log
] [
blame
]
package main
func subr(p int) int {
return p
}
func main() {
if subr(0) != 0 { panic(0) }
}