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