swc/ecmascript/codegen/tests/references/60a1991953372b97.js

8 lines
79 B
JavaScript
Raw Normal View History

(function() {
for(;;){
continue;
a();
}
b();
}());