blob: 449c70513c5beccc8e5d0d98c0d7d455d3ef40fa [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module Bar;
// { dg-module-cmi {Bar} }
export import Foo;
namespace Bob
{
export int Quux ();
}