summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug568826.js
blob: d1c7ce7de3f99658b232ba8cb2077bee02619141 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-64-fadb38356e0f-linux
// Flags: -j
//
NaN = []
for (var a = 0; a < 2; ++a) {
    if (a == 1) {
        for each(e in [NaN, Infinity, NaN]) {}
    }
}