blob: dc5bf4c6890f39dd085aa3381c54a5e4b1c42b87 [file] [log] [blame]
function outer() {
(function() {x})
assertEq(((function() {return x}) for (x in [42])).next()(), "0");
var x;
}
outer();