blob: a332a8be50ae31bdf7a1920415667cc7248a94ed [file] [log] [blame]
//@ skip if $architecture != "arm64" and $architecture != "x86-64"
//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=1")
function foo() {
while(1);
}
if ($vm.useJIT()) {
Reflect.construct(foo, {});
}