blob: 025f5ebd29ac61bec9fccbe21c3f0b63f6cac537 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module bar;
// { dg-module-cmi bar }
import foo;
export inline int One ()
{
return Factory<1> ();
}