setprop-with-index.js (74B)
1 function f() 2 { 3 arguments['4294967295'] = 2; 4 } 5 assertEq(f(), undefined);