bug1308802.js (106B)
1 function test() { 2 for (var i = 0; i < 2; ++i) { 3 assertEq(Math.max(-0), -0); 4 } 5 } 6 test();