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

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

export import Foo;

namespace Bob
{
export int Quux ();
}