PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / go.go-torture / execute / const-1.go
blob2292692ea23787a5ae377f5eb81179e6f24bd38b
1 package main
3 func main() {
4 const c = 2;
5 if c != 2 { panic(0) }