var x; case (x) "abc": print("first"); "abc": print("second"); endcase // The OG compiler does not detect the above as an error. function foo() a; endfunction foo();