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

export module bob;
// { dg-module-cmi bob }

// from tr1/type_traits
export struct __sfinae_types
{
  // anon struct with tdef name
  typedef struct  { int i; } __two;
};