summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug582880.js
blob: 9d77df1f57137995c31d3441588d7e6eac1fd999 (plain)
1
2
3
4
5
6
7
8
x = (function() {})
(function () {
    function a() {}
    a([7].some(gc))
}())

/* Don't crash or assert. */