blob: bfdec6181b53300cf2a5f6d3f36c98064c44b82f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fdump-ada-spec" } */
struct __attribute__((packed)) S /* { dg-warning "unsupported record layout" } */
{
char c;
int t;
};
/* { dg-final { cleanup-ada-spec } } */