PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-3.c
blob19cfd0087ebf801307bacf566b36883ecc9e91e8
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 typedef struct
6 int a;
7 } Message_Type;
9 extern int Func(const Message_Type *in, Message_Type *out);
11 /* { dg-final { scan-ada-spec-not "System.Address" } } */
12 /* { dg-final { cleanup-ada-spec } } */