test.c: In function ‘main’:
test.c:4:24: error: duplicate case value
switch(0) {case 0:case (_cond):;}
^
test.c:7:3: note: in expansion of macro ‘UCS_STATIC_ASSERT’
UCS_STATIC_ASSERT(sizeof(int) == sizeof(char));
^~~~~~~~~~~~~~~~~
test.c:4:17: note: previously used here
switch(0) {case 0:case (_cond):;}
^
test.c:7:3: note: in expansion of macro ‘UCS_STATIC_ASSERT’
UCS_STATIC_ASSERT(sizeof(int) == sizeof(char));
^~~~~~~~~~~~~~~~~