js/src/jit-test/tests/ion/bug692213.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8dd1c897f1f8
1 function X(n) {
2 while ((n--)) {
3 switch ( n ) { default : }
4 }
5 }
6 (X)(0);

mercurial