const x = 10; switch(x * 2) { case 10: print("wrong"); case 11: print("still wrong"); case 12: print("omg"); print(x); # Error at end: Expect '}' after 'switch' body.