PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / dump-ada-spec-7.c
blob515d259766275a0b80552ae58cec88e672a23146
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 enum E1 {
5 A1 = -1L,
6 A2 = 0,
7 A3 = 1
8 };
10 static enum {B1 = -1L, B2, B3} Obj1;
12 static struct { int i; } Obj2;
14 /* { dg-final { scan-ada-spec-not "unsigned" } } */
15 /* { dg-final { cleanup-ada-spec } } */