summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1139376.js
blob: 28f0c3819b90265557669bc8ddfda73f6b3fa8c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// |jit-test| error:ReferenceError

(function() {
    var $10=0;
    while (1) {
      switch (stack.label & 2) {
       case 1:
        return $8|0;
       case 49:
        if ($10) {}
    }
  }
})()()