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

9 lines
101 B
JavaScript
Raw Normal View History

a(function() {
function b() {
}
if (b()) {
b();
return void 1;
}
});