Abraxas/Misra Home  Table of Contents

Module - m109.html

ABRAXAS SOFTWARE - CodeCheck MISRA Test-Suite Misra-C:1998 Misra-C:2004.

Misra-C Test Suite for Module - m109.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 109: Required */

Rule 109: Required */

/* Overlapping variable storage shall not be used. */

Overlapping variable storage shall not be used. */
#include "misra.h"
union U /*  RULE 109 18.2 */
{
    
UI_32 u;
SI_32 l;
} un;
static void
func109a ( SI_64 l ) 



Function Name: func109a()

{
    
    
 union U su;/*  rule 109 unrelated usage member 18.3 */
}

Abraxas/Misra Home  Table of Contents

ABRAXAS SOFTWARE - CodeCheck MISRA Test-Suite Misra-C:1998 Misra-C:2004.