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