blob: 4788d5da601d2498a8140f739aac3234da86f4c5 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module foo;
// { dg-module-cmi foo }
namespace foo {
export int frob (int i)
{
return i;
}
}