summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1247915.js
blob: c4f977cea9984de7299bdff74b8b0c9dd3f73927 (plain)
1
2
3
4
5
6
7
// |jit-test| --ion-pruning=on

evaluate(`
    var i = 0;
    while (!inIon())
        a = [] ? i: () => 5;
`);