Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / anon-struct-8.c
blobc4beb80c7ccbbc802e508d59717c6543aaa99ba4
1 /* Test diagnostics for structure member with no type specifier or
2 declarator. Test with -pedantic-errors. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-pedantic-errors" } */
7 struct s {
8 int a;
9 const; /* { dg-error "error: ISO C forbids member declarations with no members" } */