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

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