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