summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1007027.js
blob: f98c14fe87fe4e01c90381eb38d252e4d508f485 (plain)
1
2
3
4
5
// |jit-test| error: ReferenceError
(function(x) {
    x = i ? 4 : 2
    y
})()