cppcheck/addons/test/misra/config1.c

11 lines
104 B
C

struct S {
uint32_t some[100];
};
void foo( void )
{
if (((S *)0x8000)->some[0] != 0U) { }
}