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