blob: a7301a5c5f6c1e0a6244e58d73adcc940c0a17eb [file] [log] [blame]
package main
const c = 3;
func main() {
if c != 3 { panic(0) }
}