/* >>>------------------------------------------------------------ * * File: rule_2.4.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 2.4 (Advisory): * Sections of code should not be 'commented out'. * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m2cmex.h" extern S16 test_0204( void ) { return 0; }