summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/bug585391.js
blob: 28f969cf153ed695c5d9833f555410b765ceb8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
var x = (function () {
    return [, , ]
}());
(function () {
    while (x > 7 & 0) {
        return
    }
}())

/* Don't assert. */