/* >>>------------------------------------------------------------ * * File: Rule-20.12.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-20.12 (Required): * A macro parameter used as an operand to the # or ## operators, * which is itself subject to further macro replacement, shall only * be used as an operand to these operators. * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_2012( void ) { return 1; }