blob: 659b64750eb20237ed104cc4fbf0e8e066c1c5c1 [file] [log] [blame]
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/
*/
function f(x) {
delete arguments[0];
for(var i=0; i<20; i++) {
arguments[0] !== undefined;
}
}
/* Don't crash. */
f(1);
reportCompare(0, 0, "ok");