blob: 7d99a7df124f9ea1bf757bfc6b5c3ea5338f2da4 [file] [log] [blame]
// 'arguments' is lexically scoped in genexprs at toplevel.
var arguments = 8;
assertEq((arguments for (x of [1])).next(), 8);