It cause compiler crash
export function foo(): void {
let a = 9;
do {
switch (a) {
case 0:
continue;
}
} while (a < 3);
}
[wasm-validator error in function assembly/index/foo] unexpected false: all break targets must be valid, on
(br $do-continue|0)
FAILURE validate error