]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/anon-struct-5.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / anon-struct-5.c
1 /* Test bad warning for anonymous int in structure.  Bug 17189.  */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c99 -pedantic-errors" } */
4
5 struct Foo { int; }; /* { dg-bogus "unnamed" } */
6 /* { dg-error "error: declaration does not declare anything" "int;" { target *-*-* } 5 } */
7 /* { dg-error "error: struct has no members" "no members" { target *-*-* } 5 } */