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

9 lines
129 B
JavaScript
Raw Normal View History

(function() {
var a = 1; // should not hoist this
arguments[2] = 3;
(function() {
eval('');
}());
}());