swc/crates/swc_ecma_codegen/tests/test262/60bb345d725fe68b.js

11 lines
123 B
JavaScript
Raw Normal View History

(function() {
if (a) {
b();
return 1;
} else {
b();
return 2;
}
c();
}());