summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug585408-3.js
blob: 9359abad832741422caf195fc271a54de2dd2033 (plain)
1
2
3
4
5
6
7
(function() {
  function a() {}
  a > a--
})()

/* Don't assert. */