Abraxas/Misra Home Table of Contents
#include "misra.h"
SI_32
rule56 ( void )
Function Name: rule56()
{SI_32 c = 3;SI_32 i = 3;switch ( i ){case 1:case 2:case 3:break;default:goto blob; /* RULE 56 */break;}blob: /* RULE 55 */return c;
}
Abraxas/Misra Home Table of Contents