Add tests for previous fixes
Add tests for the fixes made in commits76cb1144ef,a465b7f58f,0f522fb32a,82969f045cand673befd2d7.
This commit is contained in:
4
tests/tests2/60_enum_redefinition.c
Normal file
4
tests/tests2/60_enum_redefinition.c
Normal file
@ -0,0 +1,4 @@
|
||||
enum color {RED, GREEN, BLUE};
|
||||
enum color {R, G, B};
|
||||
|
||||
enum color c;
|
||||
Reference in New Issue
Block a user