blob: 6812a7da4841e2d74539908c2e4afffd4f28baee [file] [log] [blame]
// |jit-test| error: ReferenceError
(function() {
for (; i;) {
eval(/@/, "")
}
})()