(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
part-6_d.C
// { dg-additional-options -fmodules-ts }
module foo;
import :bits;

Foo *Foo::Factory ()
{
  return new Foo ();
}