(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
dump-ada-spec-11.c
       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 } } */