summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/subCommutativity.js
blob: 89885c27a89eda8970639621d502177e52de29ab (plain)
1
2
3
4
assertEq(6 - ((void 0) ^ 0x80000005), 2147483649);

var x = ((void 0) ^ 0x80000005);
assertEq(6 - x, 2147483649);