bug639792.js (98B)
1 for(var i=0; i<20; i++) { 2 function f(){}; 3 x = -1; 4 x = x % 1; 5 assertEq(x, -0); 6 }