summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug583689.js
blob: edb3248ea95bfcb432797d1c9fff030f088a229e (plain)
1
2
3
4
5
6
7
function f() {
    if (-[]) delete y
}
for (c in [0, 0, 0, 0]) {
    new f
}