(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20100724-1_1.c
       1  extern __attribute__((__noreturn__)) void baz(void);
       2  void bar(void)
       3  {
       4    baz();
       5  }