summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug552644.js
blob: 20babe1d7003ef3bf2bf357a3b310c2d27d8fa96 (plain)
1
2
3
4
5
6
(function() {
  for (e in ((function() {
    yield
  })())) return
})()
/* Don't assert. */