1 2 3 4 5 6 7 8 9
#include <stdlib.h> #include <string.h> extern void bar() __attribute__((weak_import)); void* pbar = &bar;