cppcheck/addons/test/misra/crash1.c

9 lines
104 B
C

struct expression {
int nargs;
struct expression *args[3];
};
struct expression plvar = {0};