mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
80811671d4
Add tests for the fixes made in commits76cb1144ef
,a465b7f58f
,0f522fb32a
,82969f045c
and673befd2d7
.
5 lines
74 B
C
5 lines
74 B
C
enum color {RED, GREEN, BLUE};
|
|
enum rgb {RED, G, B};
|
|
|
|
enum color c = RED;
|