in cpp/MISRA_inspections.cpp [26:38]
void discarded(unsigned char counter) {
int32_t code[5];
code[0] = 109;
code[1] = 100;
code[2] = 052;
code[3] = 071;
code[4] = '\100';
unsigned char foo = 1;
foo <<= SHIFT_8;
func(counter * foo);
}