#include <stdio.h> #include <sys/mman.h> #include <stdlib.h> #include <string.h> #include <dlfcn.h> int test2(){ printf("test2\n"); return 0; }