mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-20 03:44:19 +08:00
Add tests for the fixes made in commits76cb1144ef,a465b7f58f,0f522fb32a,82969f045cand673befd2d7.
5 lines
68 B
C
5 lines
68 B
C
enum color {RED, GREEN, BLUE};
|
|
enum color {R, G, B};
|
|
|
|
enum color c;
|