/* >>>------------------------------------------------------------ * * File: rule_2.3.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 2.3 (Required): * The character sequence /* shall not be used within a comment. * * Implemented by message: * 3108 Nested comments are not recognized in the ISO standard. * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m2cmex.h" extern S16 test_0203( void ) { /* A /************************* Warning generated - MISRA Violation ************************** */ return 0; }