blob: 0353f91764b19bc9151de677570e60b56b3db52a [file] [log] [blame]
//@ runDefault("--forceUnlinkedDFG=1", "--watchdog=1000", "--watchdog-exception-ok", "--useFTLJIT=0")
function test(value)
{
return value * value;
}
noInline(test);
for (var i = 0;; ++i)
test(i);