summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug585408-2.js
blob: b77f1a98444f0aece16f8f9daaa09934fe9405d6 (plain)
1
2
3
4
5
6
for (let c in []) {
    c << c++
}

/* Don't assert. */