summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug682210.js
blob: 974dc8dc39181be2924e067f7308da3673c08381 (plain)
1
2
3
4
5
6
7
function test() {
    for (var x = 1; x < 1; x++) {
        for (var y=1; y < 1; y++) {
        }
    }
}
test();