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

11 lines
123 B
JavaScript

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