bug939868.js (109B)
1 function f(x, y) { return x || Math.fround(y); } 2 assertEq(f(0, 0), 0); 3 assertEq(f(0xfffffff, 0), 0xfffffff);