summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug678239-1.js
blob: 8a8f19ac16f75c4743337b9f7170b03dd167867a (plain)
1
2
3
4
5
function f(x) {
    x = x + 1;
    return x;
}
assertEq(f(3), 4)