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

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

namespace Bob
{
export int Random ();
}