Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-9.c
blobe38409357eeacca2ded7833c6f9b0e127dc79567
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 typedef struct T My_T;
6 int foo1 (My_T *);
8 int foo2 (My_T *);
10 struct T { int i; };
12 /* { dg-final { scan-ada-spec-not "System.Address" } } */
13 /* { dg-final { cleanup-ada-spec } } */