summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug554675-1.js
blob: 2dcbae811364b078bfa5f9c60960a273d9b516ec (plain)
1
2
3
4
5
6
7
8
(function() {
  for (e in [0, 0]) {
    if (/x/ < this) {}
  }
})()

/* Don't assert. */