summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug679794.js
blob: 8def13cb62c314ad215a62fa3be54fbb9d3b0ad0 (plain)
1
2
3
4
5
6
7
function f0() {
    var v0 = 0.1;
    while (0) {
        v0 = v0 + 1.7;
    }
}
f0();