/* { dg-do compile } */
/* { dg-options "-std=c89 -pedantic" } */
struct { int a[]; } x = { 0 };	/* { dg-error "(flexible array member)|(near initialization)" } */


syntax highlighted by Code2HTML, v. 0.9.1