blob: c908c22e395c2f9931907862a009892c4f7a9682 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
export import :baz;
export int foo (int a)
{
return a;
}