blob: 6136b383f772810f32eac34790e251820ba14c98 [file] [log] [blame]
// { 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;