Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
const-1.go
blob: 2292692ea23787a5ae377f5eb81179e6f24bd38b [
file
] [
log
] [
blame
]
package main
func main() {
const c = 2;
if c != 2 { panic(0) }
}