//-rdynamic -ldl #include #include int main(){ void (*a)() = (void(*)(void))dlsym(RTLD_DEFAULT,"catch"); a(); }