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