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