blob: ceb2852d06a810d8eb1f38ef7552a157a4f3c4c3 [file] [log] [blame]
for (var i = 0; i < 500; i++)
globalInt = i;
assertEq(globalInt, 499);