Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug553781-2.js
1 (function() {
2   do {
3     try {
4       return
5     }
6     catch(x if (c)) {
7       return
8     } (x)
9   } while (x)
10 })()
11
12 /* Don't assert. */
13