1package main
2
3func main() {
4  ret := 0;
5  if ret != 0 { panic(0) }
6}
7