2 20071219-1.c from the execute part of the gcc torture suite.
23 foo (struct S
*x
, int set
)
26 for (i
= 0; i
< sizeof (x
->s
); ++i
)
34 #if 0 // TODO: Enable when non-braced struct initialization is supported!
39 memset (&a
.s
, '\0', sizeof (a
.s
));
52 memset (&a
.s
, '\0', sizeof (a
.s
));
65 memset (&a
.s
, '\0', sizeof (a
.s
));
76 testTortureExecute (void)