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