#include "../include/typedefs.h" // Example code from MISRA C:2012 begin int16_t i = 20; /* Non-compliant - two definitions of i */ // Example code from MISRA C:2012 end