summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug504516.js
blob: 253509571e8ea795faf3a0e887e1f18a02bb05c5 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-32-43a24a8896a3-linux
// Flags: -j
//
for (d in [0, 0]) {
    const a = (d -= (++d).toString())
    for each(b in [Number(1) << d, 0, 0xC]) {
        b / a
    }
}