(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
except-1.hs
/* { dg-options "-fexceptions" } */
extern inline int
foo(int a)
{
  return a + 1;
}