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