No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / decl-7.c
blob689ee02f249a65a453499184f99af3e0cab09433
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 "warning: array 'a' assumed to have one element" } */