2018-01-24 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-7.c
blob14b67baef8b24517262f1a9a758906b4fb615e67
1 /* Test diagnostic for array defaulting to one element. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int a[]; /* { dg-warning "array 'a' assumed to have one element" } */