tests/missingExpressionIf.R

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

fc = compileFunction(f, VoidType, Int32Type)
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.