blob: bfdec6181b53300cf2a5f6d3f36c98064c44b82f (
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 "unsupported record layout" } */
{
char c;
int t;
};
/* { dg-final { cleanup-ada-spec } } */
|