michael@0: for (var i = 0; i < 500; i++) michael@0: globalInt = i; michael@0: michael@0: assertEq(globalInt, 499);