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