js/src/jit-test/tests/ion/bug678239-1.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:3ae3f7c65610
1 function f(x) {
2 x = x + 1;
3 return x;
4 }
5 assertEq(f(3), 4)

mercurial