PR debug/48204
[official-gcc.git] / gcc / testsuite / gcc.dg / special / weak-2a.c
blob52d3e08a2d7048b2e86e94d28f0d6487ba2d223b
1 int foo(void) __attribute__((weak));
3 int foo(void) {
4 return 0;