summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug649973.js
blob: 89b28822354f10b7b9262dd8ec6126a5eb97648d (plain)
1
2
x = 2147483647;
(x+10, false) ? [x % x] : [2 * x];