function test() { for (var i = 0; i < 2; ++i) { assertEq(Math.max(-0), -0); } } test();