blob: b49e0ea7ce661392a0549a8b5626c5df39fee1ed [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module frob;
// { dg-module-cmi frob }
namespace
{
int nope;
}
export int f (int)
{
return nope;
}
int g (int *a);