summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/940510-1.c
blob: 46183831d096d815a0bc4250cb73077ca7fe7aea (plain)
1
2
3
4
5
/* { 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 a struct with no named members"  "" { target *-*-* }  .-1 } */