summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug511938.js
blob: 3e2df3bc9484e6bb30b9879b918ca39d5dd81fad (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-32-16baceea5fe2-linux
// Flags: -j
//
(function () {
    for (let x = 0; x < 4; ++x) {
        gczeal(2)
    }
})()