swc/ecmascript/codegen/tests/references/5aca2791ab698851.js

6 lines
63 B
JavaScript
Raw Normal View History

(function() {
with (a){
b = ( c(), 1);
}
}());