1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
3
4 typedef struct T My_T;
5
6 int foo1 (My_T *);
7
8 int foo2 (My_T *);
9
10 /* { dg-final { scan-ada-spec-not "System.Address" } } */
11 /* { dg-final { cleanup-ada-spec } } */