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

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

struct frob {
  struct inner {};
};