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

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

export struct pthread_attr_t
// guess where this came from?
{
  int m;
};
typedef struct pthread_attr_t pthread_attr_t;

struct bob 
{
};
export typedef struct bob bob;