js/src/jit-test/tests/jaeger/bug585408-2.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:aeb6479ff2fd
1 for (let c in []) {
2 c << c++
3 }
4
5 /* Don't assert. */
6

mercurial