summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug515440.js
blob: 935d7c198b88e7294d8b593b1660ddd1bdf5d0b4 (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-32-d05dc3d31c75-linux
// Flags: -j
//
for each(let c in [1.3]) {
    for (var x = 0; x < 4; ++x) {
        gczeal(2);
    }
}