Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug585408-3.js
1 (function() {
2   function a() {}
3   a > a--
4 })()
5
6 /* Don't assert. */
7