#include "ficl.h" int main(int argc, char **argv) { FICL_VM *pVM; pVM = ficlNewVM(); return 0; }