summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug669044.js
blob: a87c2e96a9b04a670e6daf2e6cf04baccf59ab13 (plain)
1
2
3
4
5
6
7
8
9
10
// Binary: cache/js-dbg-32-f59568ec0513-linux
// Flags: -j
//
for each(let y in [0, 0]) {
    eval("\
        for each(e in[0,0,0,0,0,0,0,0]) {\
            x = undefined\
        }\
    ")
}