tests/missingExpressionIf.R

library(RLLVMCompile)
f =
function(x) {
    if (x > 10)
         printf("here\n")
}

fc = compileFunction(f, VoidType, Int32Type)
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.