1export fn entry() void {
2 const x: u32 = 0;
3 switch (x) {}
4}
5
6// error
7//
8// :3:5: error: switch must handle all possibilities