Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-14.c
blobbfdec6181b53300cf2a5f6d3f36c98064c44b82f
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 struct __attribute__((packed)) S /* { dg-warning "unsupported record layout" } */
6 char c;
7 int t;
8 };
10 /* { dg-final { cleanup-ada-spec } } */