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

export module std;
// { dg-module-cmi std }

namespace std
{
export int frob () 
{
  return 1;
}

}