blob: 57d380afbb22bd3fcfe61976523f53e788222ba2 [file] [log] [blame]
function foo(a) {
if (!effectful42())
return arguments;
return a;
}
noInline(foo);
for (var i = 0; i < 10000; ++i) {
var result = foo();
if (result !== void 0)
throw "Error: bad result: " + result;
}