swc/ecmascript/codegen/tests/references/b9e1124424a35ad1.js

7 lines
69 B
JavaScript
Raw Normal View History

function a() {
if (false) {
var b = 1;
}
c(b);
}