swc/crates/swc_ecma_codegen/tests/test262/f8a07bd5ab703d4b.js
2021-11-10 19:00:54 +09:00

7 lines
88 B
JavaScript

for(;;){
if (a) {
continue;
}
b(); // This should not be removed.
}