summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug493662.js
blob: 2f7d9ed63940a957cdcd2fd4d58578912bc328af (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-32-175ef7145705-linux
// Flags: -j
//
for (let cc = 0; cc < 3; ++cc) {
    var c = cc;
    print("" + new Number(.5));
    for each (b in [0 / 0, 0 / 0]) {}
}