Abraxas/Misra Home Table of Contents
struct stag { int a; int b; };
struct stag a1 = { 0, 0 };
Function Name: f29() void f29( void ) { struct stag { int a; } ; /* rule 5.4 [ m29 ] */
void f29( void ) {
struct stag { int a; } ; /* rule 5.4 [ m29 ] */
}