michael@0: function f() { michael@0: eval(); michael@0: var i = 0; michael@0: assertEq(++i, 1); michael@0: } michael@0: f();