Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
c-c++-common
/
dump-ada-spec-12.c
blob: 8e6edc05fbdf9ef86b7f74f506c9fe7247fb4a07 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fdump-ada-spec" } */
struct
S1
{
enum
{
Blue
,
Red
,
Green
}
E
;
};
struct
S2
{
enum
{
One
=
1
,
Two
,
Three
}
E
;
};
/* { dg-final { cleanup-ada-spec } } */