michael@0: //test no assert michael@0: function testBug465688() { michael@0: for each (let d in [-0x80000000, -0x80000000]) - -d; michael@0: return true; michael@0: } michael@0: assertEq(testBug465688(), true);