Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-11.c
blobc8126044bd1e553e8ddc06c0676dc72d4adea2a2
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 /* { dg-final { scan-ada-spec-not "System.Address" } } */
11 /* { dg-final { cleanup-ada-spec } } */