blob: 3ae8bbec896c939379fe771b515a813db0e8b8fb [file] [log] [blame]
// This should not crash (or assert in debug builds).
(function () {
for (b in [0, 0]) {
(eval("\
[this\
for (b in [\
[undefined],\
arguments,\
[undefined]\
])\
]\
"))
}
})()