Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function is...
[tinycc.git] / tests / tests2 / 60_enum_redefinition.c
blob2601560fa16d9a366fbcd035b10b577a1bb1fec9
1 enum color {RED, GREEN, BLUE};
2 enum color {R, G, B};
4 enum color c;