blob: 5ea02262f3c75d601fdf76d0fd403f093badd7cc [file] [log] [blame]
//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=true", "--earlyReturnFromInfiniteLoopsLimit=1000000", "--useConcurrentJIT=false", "--validateDoesGC=true")
if ($vm.useJIT()) {
while(1){} while(1){}
}