summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug722021.js
blob: 47a8bbc18c4353a993785a2eb5ca796cf64097c6 (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-64-8a59519e137e-linux
// Flags: -m -n -a
//

var a = [];
for (let j = 0; j < 5; ++j) {
    a.push(-2 in (a));
}