index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
nested-1.go
blob: cbd96f23a4fc2a6e393604eda677c970ba6e10bd (
plain
)
1
2
3
4
package main func main() { if func (i int) int { return i} (0) != 0 { panic(0) } }