(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pr98580-a.c
       1  /* { dg-do link } */
       2  /* { dg-require-effective-target lto } */
       3  /* { dg-additional-options "-flto" } */
       4  /* { dg-additional-sources pr98580-b.c } */
       5  
       6  int a;
       7  int *p = &a;
       8  int foo();
       9  int main() { return foo(); }