blob: f97ee3ab5d6a504853becf445a6754e8fe66e270 [file] [log] [blame]
var init1;
(function() {
eval(
'\
init1 = f;\
{\
function f() {}\
}{ function f() { } }'
);
}());
if (init1 !== undefined)
throw new Error('Wrong binding of the function.');