blob: 0f65c9131e30e1beb94036c6e011fc8f293c810e [file] [log] [blame]
gczeal(2)
try {
(function () {
for each(l in [0, 0, 0]) {
print(''.replace(function () {}))
}
})()
} catch (e) {}
x = gczeal(2)
try {
(function () {
for each(d in [x, x, x]) {
'a'.replace(/a/, function () {})
}
})()
} catch (e) {}
/* Don't assert or segfault. Tests PIC resetting. */