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

11 lines
105 B
JavaScript

function a() {
b();
c();
return d();
}
function e() {
b();
c();
throw new f();
}