blob: 5f549ef516217779ead82dc71d98b9bc580bd83b [file] [log] [blame]
new function() {
var x = {};
(function() {
return x;
})();
}