1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
3
4 struct __attribute__((packed)) S /* { dg-warning "packed layout" } */
5 {
6 char c;
7 int t;
8 };
9
10 /* { dg-final { cleanup-ada-spec } } */