blob: 52d3e08a2d7048b2e86e94d28f0d6487ba2d223b [file] [log] [blame]
int foo(void) __attribute__((weak));
int foo(void) {
return 0;
}