#include #include int main(int argc, char ** argv) { int result; /* Initialize OCaml code */ caml_startup(argv); printf("finished\n"); return 0; }