michael@0: function f1(g=((function () { return 4; }) for (x of [1]))) { michael@0: return g.next()(); michael@0: } michael@0: assertEq(f1(), 4);