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

7 lines
122 B
JavaScript
Raw Normal View History

(function() {
var a = 1; // hoist this, but it is very difficult.
(function() {
eval('');
}());
}());