// { dg-options "" }
// C99 anon struct variable with array accesses.

struct s { int a[1]; };

void
foo5 (void)
{
	  ((struct s) { { 0 } }).a[0] = 1;
}




syntax highlighted by Code2HTML, v. 0.9.1