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

10 lines
162 B
JavaScript

for(;;){
if (a) {
if (b) {
continue;
}
c() // This should not removed and translation should not occur.
;
}
}