int foo(void) __attribute__((weak)); int foo(void) { return 0; }