blob: 47a8bbc18c4353a993785a2eb5ca796cf64097c6 [file] [log] [blame]
// 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));
}