(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20090218_1.c
       1  void bar(void);
       2  void  __attribute__((noinline)) *foo1 (void)
       3  {
       4    bar();
       5    return (void *) bar;
       6  }