blob: 2d2cdbbc13939220a359ac1fa90b11772a908636 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module std;
// { dg-module-cmi std }
namespace std
{
export int frob ()
{
return 1;
}
}