blob: 291eea8ba702fb615a121fa8b806566171bb78d6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* { 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 } } */
|