(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20091006-2_0.c
       1  /* { dg-lto-do link } */
       2  /* { dg-extra-ld-options "-w" } */
       3  
       4  extern int a[10];
       5  int main() { return 0; }