(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20081118_2.c
       1  int
       2  e_inline_baz (void)
       3  {
       4   return 0;
       5  }
       6  
       7   __attribute__((noinline)) int
       8  f (void)
       9  {
      10   return 1;
      11  }