1 2 3 4 5 6 7 8 9 10
export fn entry() void { var x: u32 = 0; switch(x) {} } // error // backend=stage2 // target=native // // :3:5: error: switch must handle all possibilities