package main

func main() {
  const c = 2;
  if c != 2 { panic(0) }
}
