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

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

export import :A;

namespace Bob
{
export int Quux ();
}