summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug553781-2.js
blob: b10c5c8919c18dda7e809f449c96aaa66d9f7155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(function() {
  do {
    try {
      return
    }
    catch(x if (c)) {
      return
    } (x)
  } while (x)
})()

/* Don't assert. */