]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.c-torture/noncompile/950921-1.c
Makefile.in (cppexp.o): Depend on cpphash.h.
[gcc.git] / gcc / testsuite / gcc.c-torture / noncompile / 950921-1.c
1 typedef enum
2 {
3 a = (X) 0,
4 b
5 } c;
6
7 typedef enum
8 {
9 d = (X) 0
10 } e;
This page took 0.038079 seconds and 5 git commands to generate.