summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/decl-7.c
blob: 689ee02f249a65a453499184f99af3e0cab09433 (plain)
1
2
3
4
5
6
/* Test diagnostic for array defaulting to one element.  */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do compile } */
/* { dg-options "" } */

int a[]; /* { dg-warning "warning: array 'a' assumed to have one element" } */