Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-8.c
blob9b97f5fe4e14497101061e6c3d7848ad184b62e8
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec -w" } */
4 typedef struct T {} My_T;
6 int foo (My_T *t);
9 struct S1;
11 struct S2 { struct S1 *s; };
13 struct S1 {};
15 /* { dg-final { scan-ada-spec-not "System.Address" } } */
16 /* { dg-final { cleanup-ada-spec } } */