bug888568.js (95B)
1 function f() { 2 return (42.0 + Math.abs(1.0e60)) | 0; 3 } 4 assertEq(f(), 0); 5 assertEq(f(), 0);