swc/crates/swc_ecma_codegen/tests/test262/e0c3f07a142a589d.js

6 lines
57 B
JavaScript

function a() {
if (b) {} else {
c();
}
}