Abraxas/Misra Home Table of Contents
#include "misra.h"
SI_32
rule44 ( void )
Function Name: rule44()
{SI_16 a = 3;SI_32 i = 3;SI_32 j = 3;SI_32 c = 3;j = ( SI_32 ) i; /* RULE 44 */j = i * ( SI_32 ) j; /* RULE 44 */j = ( i + j ) * ( SI_32 ) a;c = j;return c;
}
Abraxas/Misra Home Table of Contents