# NOT RUN {
library(Rllvm)
InitializeNativeTarget()
mod = Module("opt")
fun = Function("iadd", Int32Type, c(x = Int32Type, y = Int32Type), mod)
# Now build the code for the function
# .........
getModuleFunctions(mod)
# }
Run the code above in your browser using DataLab