(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
legacy-2_c.C
int frob (int a)
{
  return a * 2;
}
int move (int a)
{
  return a;
}