summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/bug582884.js
blob: 3d5d9954ef02898b169605e563e0e59d7910905c (plain)
1
2
3
4
5
6
7
(function () {
    x ^ x++
    var x
})()

/* Don't assert. */