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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:3240353c963a
1 /* Don't assert. */
2 function f(x)
3 {
4 if ("hi" == (x & 3)) {
5 return 1;
6 }
7 }
8 f(12);

mercurial