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

5 lines
81 B
JavaScript

function a(b, c) {
var d = 1, e = f, f = d + e, g = h();
return b + c;
}