#include "../include/typedefs.h" // Example code from MISRA C:2012 begin extern int32_t array1[ 10 ]; /* Compliant */ extern int32_t array2[ ]; /* Non-compliant */ // Example code from MISRA C:2012 end