blob: 28f3ac02525e05bcdcced1c14e848a7dd3405c71 [file] [log] [blame]
for(var i=0; i<3; i++) {
var x;
function ff() {}
with(this) {}
x;
x = true;
}