Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-4.c
blobd2a45a6363ea00aadfc433034eee86a9759152cf
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 typedef struct Message_Type
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 } } */