// 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));
}