blob: 0b6262e55358951ef65be750a844ebfd82a8d37e [file] [log] [blame]
library(compiler)
oldJIT <- enableJIT(3)
## need a test of level 1 to make sure functions are compiled
## need more tests here
repeat { break }
while(TRUE) break
for (i in 1:10) i
enableJIT(oldJIT)