comparison: js/src/jit-test/tests/jaeger/bug639478-1.js
js/src/jit-test/tests/jaeger/bug639478-1.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 function f(x) { |
|
3 return (x % 123.45) >> x; |
|
4 } |
|
5 assertEq(f(-123), -4); |