]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/declspec-12.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / declspec-12.c.expected
1 /* Test type qualifier in empty declaration: OK but useless.  */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "-pedantic-errors" } */
5
6 const struct foo; /* { dg-warning "warning: useless type qualifier in empty declaration" } */