This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / anon-struct-6.c
bloba2042176c037797f8059ef5b0a3c63a2f61434f5
1 /* Test diagnostics for structure member with no type specifier or
2 declarator. Test with no special options. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
7 struct s {
8 int a;
9 const;
11 /* { dg-warning "warning: useless type qualifier in empty declaration" "empty" { target *-*-* } 9 } */
12 /* { dg-warning "warning: empty declaration" "empty" { target *-*-* } 9 } */