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