(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
dump-ada-spec-9.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  struct T { int i; };
      11  
      12  /* { dg-final { scan-ada-spec-not "System.Address" } } */
      13  /* { dg-final { cleanup-ada-spec } } */