TechPuthon
Results
1
issues of
TechPuthon
``` struct some_struct { uint8 field_1; char field_2[2][SOME_CONSTANT]; char field_3[field_1 & 1 * 5]; // Some random expression to calculate array length Example field_4[2]; }; ``` char field_2 **[2]**[SOME_CONSTANT]; 