blob: 601f047ae15552dbfe7569818e8bf307890d5085 [file] [log] [blame]
for(var i=0; i<20; i++) {
function f(){};
x = -1;
x = x % 1;
assertEq(x, -0);
}