1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
3 
4 struct S1
5 {
6   enum { Blue, Red, Green } E;
7 };
8 
9 struct S2
10 {
11   enum { One = 1, Two, Three } E;
12 };
13 
14 /* { dg-final { cleanup-ada-spec } } */
15