swc/crates/swc_ecma_codegen/tests/test262/2e5fbf7b1685fa1b.js
2021-11-10 19:00:54 +09:00

8 lines
128 B
JavaScript

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