blob: 13c3a0f426d1011b3958f19db059acb898d7c977 [file] [log] [blame]
function foo() {
delete arguments[2**32-1];
}
foo();