summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug584646.js
blob: 566739245de9c8c72f7b8998766111f95809d58e (plain)
1
2
3
4
5
6
7
switch (0) {
  case 2:
    k;
  case (-1):
  case 2:
}
/* Don't assert. */