summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug588362-1.js
blob: 460912f1c0ab75286efcc9d82c88409284013065 (plain)
1
2
3
4
5
6
7
8
for (a = 0; a < 13; a++) {
    (function* e() {
        yield eval()
    }())
}

/* Don't assert. */