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

8 lines
103 B
JavaScript

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