index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
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
)
}
}