tests2/one.R

library(R2llvm)
f = function() 2L

#debug(compileFunction)
fc = compileFunction(f, optimize = FALSE)
stopifnot(identical(.llvm(fc), 2L))
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.