blob: e56b85ce72000fdb3f0fdfda5efceb80e464b75f [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module anon;
// { dg-module-cmi anon }
export struct foo
{
enum {bob};
union
{
int i;
float f;
};
};