summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/warp/bug1686702.js
blob: b5bf4e4b54ae8157d7b9cf171d442179f7f3bf11 (plain)
1
2
3
for (var j = 0; j < 100; j++) {
    +(Math.fround(1) && 0);
}