blob: 2c27e0090f9dca3eee3ba01de7184b842ab8e7b6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=c89 -pedantic" } */
struct { int a[]; } x = { 0 }; /* { dg-warning "ISO C90 does not support flexible array members" } */
/* { dg-error "flexible array member in otherwise empty struct" "" { target *-*-* } 3 } */