(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20081202-1_1.c
       1  static void __attribute__((noinline))
       2  bar (void)
       3  {
       4  }
       5  
       6  void
       7  foo (void)
       8  {
       9    bar ();
      10  }