(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
ipa/
pr83594.c
       1  __attribute__((noipa))
       2  void foo ()
       3  {
       4    foo ();
       5  }