summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug894786.js
blob: 216062ec295f02be1463318745bf752667153ac3 (plain)
1
2
3
4
5
6
7
8
9
(function() {
  "use asm";
  function f(z)
  {
    z = z|0;
    return (((0xc0000000 >>> z) >> 0) % -1)|0;
  }
  return f;
})()(0);