js/src/jit-test/tests/ion/bug958381.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:fa45497761df
1 function f(x) {
2 return (x != x) != Math.fround(x)
3 }
4 assertEq(f(0), f(0));

mercurial