// reported here: https://forums.polserver.com/viewtopic.php?f=7&t=6333 // This can't be fixed in the new compiler without breaking compatibility // with the old one, so leaving it so it does not compile for now. var a := -1; case (a) 0: print("zero"); 1: print("one"); -1: print("this is fine"); 2: print("two"); endcase force_compile_failure(); // OG compiler errors out