summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug668206.js
blob: 5af6ac9ff87b71cb2d20de5174f34dfe0489d7c8 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-64-0d2a1a6e967f-linux
// Flags: -j -m
//
function f() {
    for (var i = 0; i < 2; ++i) {}
}
for (let a = 0; a < 40; a++) {
    f((new Array) ^ 0)
}