summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug553781.js
blob: 4c9b674321f88838c6382da7784f7968dee3cf38 (plain)
1
2
3
4
5
6
7
8
9
10
11
(function () {
    try {
        return
    } catch (x if i) {
        return
    }
    for (z in []);
})()

/* Don't assert */