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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:0af6d4fbf388
1 function f(y) {
2 if (y)
3 return;
4 let(x) {
5 for (;;) {}
6 }
7 }
8
9
10 /* Don't assert. */
11 f(1);
12

mercurial