(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
tdef-3_a.C
// { dg-module-do run }

// { dg-additional-options -fmodules-ts }
export module frob;
// { dg-module-cmi frob }

export typedef struct { int m; } frob;