summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug577580.js
blob: 6812a7da4841e2d74539908c2e4afffd4f28baee (plain)
1
2
3
4
5
6
7
// |jit-test| error: ReferenceError
(function() {
  for (; i;) {
    eval(/@/, "")
  }
})()