blob: a6a16576cb29efa2c208f49ee9f7b31baa0473dc [file] [log] [blame]
function foo(index) {
return arguments[index];
}
noInline(foo);
var result = foo(-1);
if (result !== void 0)
throw "Error: bad result at end: " + result;