/* >>>------------------------------------------------------------ * * File: Rule-09.05.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-9.5 (Required): * Where designated initializers are used to initialize an array * object the size of the array shall be specified explicitly * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_0905( void ) { return 0; }