<!-- Thanks for submitting an issue to AssemblyScript! Please take a moment to read the contributing guidelines linked below to get off to a good start 🙂 --> It cause compiler crash ```ts 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