#include "../include/typedefs.h" // Example code from MISRA C:2012 begin int16_t j; /* Tentative definition */ int16_t j = 1; /* Compliant - external definition */ // Example code from MISRA C:2012 end