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