swc/crates/swc_ecma_codegen/tests/test262/75b0eeaf3aa61e74.js

14 lines
165 B
JavaScript
Raw Normal View History

function a() {
if (b) return;
c();
d();
}
function e() {
if (b) return;
if (c) return;
if (d) return;
if (f) return;
g();
h();
}