8sa1-gcc/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c

11 lines
70 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
typedef enum
{
a = (X) 0,
b
} c;
typedef enum
{
d = (X) 0
} e;