Add tests for the fixes made in commits76cb1144ef
,a465b7f58f
,0f522fb32a
,82969f045c
and673befd2d7
.
4 lines
74 B
C
4 lines
74 B
C
enum color {RED, GREEN, BLUE};
|
|
enum rgb {RED, G, B};
|
|
|
|
enum color c = RED;
|