# # The idea here is that we want to compile an R function # using llvm and then pass that as an external pointer to # a C routine that expects a function pointer. # See functionPointer.R # #