blob: 15b8cb6c54ab2041ed6698124055fb8532e43b58 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
export struct timex
{
int a;
int :32;
int :32;
int :32;
int :32;
int :32;
int :32;
};