blob: 56041e948db4c9907b50a3c4c968d4c1c391968f [file] [log] [blame]
// PR c++/99039
// { dg-additional-options -fmodules-ts }
export module format;
// { dg-module-cmi format }
export namespace NS
{
void Format ();
}