(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
legacy-1_b.C
// { dg-additional-options -fmodules-ts }

int frob (int a)
{
  return a + 2;
}