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

9 lines
137 B
JavaScript

(function() {
a: for(;;){
for(;;){
continue a;
b(); // This should be removed.
}
}
}());