Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug551603.js
1 (function() {
2   ((function f(a) {
3     if (a > 0) {
4       f(a - 1)
5     }
6   })(6))
7 })()
8