weak-2a.c   [plain text]


int foo(void) __attribute__((weak));

int foo(void) {
    return 0;
}