blob: 6a1fbd96f4301e140470bc35d55791d871976f32 [file] [log] [blame]
// |jit-test| error: InternalError
// from bug 729797, bug732852 as well
var patterns = new Array();
patterns[0] = '';
test();
function test() {
for (i in patterns) {
s = patterns[i];
status =(test)(s);
}
}