(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
dump-ada-spec-7.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fdump-ada-spec" } */
       3  
       4  enum E1 {
       5      A1 = -1L,
       6      A2 = 0,
       7      A3 = 1
       8  };
       9  
      10  static enum {B1 = -1L, B2, B3} Obj1;
      11  
      12  static struct { int i; } Obj2;
      13  
      14  /* { dg-final { scan-ada-spec-not "unsigned" } } */
      15  /* { dg-final { cleanup-ada-spec } } */