summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug677080.js
blob: 5a47ae7da0cdc07eaaede2f96b0b59f5d3a03e8b (plain)
1
2
3
4
5
6
7
8
function f0(p0) {
    var v0;
    if (v0)
        v0 = (p0 & p0);
    while (v0 & v0)
        break;
}
print(f0(0));