summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug660002.js
blob: f1bc7ab73782b0987c4355c2f86b9410647c7975 (plain)
1
2
3
4
// |jit-test| error: ReferenceError
(function() {
    let V = x(x, x = w), x
})()