swc/ecmascript/codegen/tests/references/2c5f4d039f9c7740.js

5 lines
50 B
JavaScript
Raw Normal View History

function a() {
with (( a(), void 1)){
}
}