(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
special/
weak-2a.c
       1  int foo(void) __attribute__((weak));
       2  
       3  int foo(void) {
       4      return 0;
       5  }