michael@0: // |jit-test| error: ReferenceError michael@0: (function() { michael@0: for (; i;) { michael@0: eval(/@/, "") michael@0: } michael@0: })() michael@0: