mirror of
https://github.com/frida/tinycc
synced 2024-11-28 18:43:07 +03:00
80811671d4
Add tests for the fixes made in commits76cb1144ef
,a465b7f58f
,0f522fb32a
,82969f045c
and673befd2d7
.
5 lines
68 B
C
5 lines
68 B
C
enum color {RED, GREEN, BLUE};
|
|
enum color {R, G, B};
|
|
|
|
enum color c;
|