summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug621816.js
blob: 42a48730c6fa6b27947beaa1d2c1d6ca4d77fdec (plain)
1
2
3
4
// Binary: cache/js-dbg-32-250bf984b8bc-linux
// Flags: -j
//
for (let j=0; j<9; ++j) { var a = new Int8Array(); a[0] = 5; a[0]; }