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

11 lines
123 B
JavaScript
Raw Normal View History

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