summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug582897.js
blob: 0c8dbc9b08badbe47b0284014b8d7897b73f7e21 (plain)
1
2
3
4
5
6
7
{
    let x;
    x + x--
}

/* Don't assert. */