(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
internal-2_b.H
// { dg-additional-options {-fmodule-header} }
// { dg-module-cmi {} }

static int bob (int x)
{
  return x;
}