blob: a675d72962adc3f8e8efa108146df788000b5f61 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module hello;
// { dg-module-cmi hello }
export import :check;
import format;
export namespace NS
{
using NS::Format;
}