/* >>>------------------------------------------------------------ * * File: rule_19.1.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 19.1 (Advisory): * #include statements in a file should only be preceded by other * preprocessor directives or comments. * * Implemented by message: * 5087 #include statements in a file should only be preceded by * other preprocessor directives or comments. * * <<<------------------------------------------------------------ */ /*PRQA S 862 ++ */ #include "misra.h" #include "m2cmex.h" extern S16 test_1901( void ) { return 1; } #include "rule_19.1.h" extern S16 test_1901x( void ) { return 1; }