summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c
blob: bcf2f05e44f27b142675049c9043dd01a7d49f6c (plain)
1
2
3
4
5
6
7
8
9
10
typedef enum
{
  a = (X) 0,
  b
} c;

typedef enum
{
  d = (X) 0
} e;