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
/
const-1.go
blob: 2292692ea23787a5ae377f5eb81179e6f24bd38b (
plain
)
1
2
3
4
5
6
package main func main() { const c = 2; if c != 2 { panic(0) } }