PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-1.c
blobeb249e798541d6b3c23b372afe6c29c6b8272589
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 struct S
6 int i;
7 };
9 /* { dg-final { scan-ada-spec "type S is record" } } */
10 /* { dg-final { cleanup-ada-spec } } */