(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
dump-ada-spec-8.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fdump-ada-spec -w" } */
       3  
       4  typedef struct T {} My_T;
       5  
       6  int foo (My_T *t);
       7  
       8  
       9  struct S1;
      10  
      11  struct S2 { struct S1 *s; };
      12  
      13  struct S1 {};
      14  
      15  /* { dg-final { scan-ada-spec-not "System.Address" } } */
      16  /* { dg-final { cleanup-ada-spec } } */