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