swc/crates/swc_ecma_codegen/tests/test262/5d0cbb3fb27c21b7.js

10 lines
162 B
JavaScript
Raw Normal View History

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