summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug601401.js
blob: 5c4a4f36c40380f11e822409270c77561e02cdb0 (plain)
1
2
3
4
5
6
{
    let e;
    with({}) try {} catch (x) {} finally {
        { let y; }
    }
}