js/src/jit-test/tests/jaeger/bug617549.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:f02ce77ca529
1
2 function f() {
3 var a, b, c;
4 a = -c;
5 b = c & 2;
6 a = b;
7 a = 123 * a;
8 }
9 f();

mercurial