(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
part-7_a.C
// { dg-additional-options -fmodules-ts }

export module foo:bill;
// { dg-module-cmi foo:bill }

export class frob;

export template<int I> class FROB;