(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20081120-1_1.c
       1  extern int stat(void) __asm__("" "stat64");
       2  extern inline __attribute__((gnu_inline)) int stat(void) { }
       3  static void foo(void) { stat(); }