blob: d4a53cb9cb2706b24ef12cfffa1dadcb210ca6c2 [file] [log] [blame]
// { dg-module-do run }
// { dg-additional-options -fmodules-ts }
export module worker;
// { dg-module-cmi worker }
namespace details {
export int fn (int x)
{
return x;
}
}