cppcheck/addons/test/misra/crash4.c

11 lines
145 B
C
Raw Normal View History

2023-07-09 19:17:59 +02:00
struct ConDesDesc {
unsigned Order;
unsigned Import;
};
static ConDesDesc ConDes[CD_TYPE_COUNT] = {
{ 0, 0 },
{ 0, 0 },
};