* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
[official-gcc.git] / 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" } */