summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/declspec-12.c
blob: a1373efa3f1a717b3904aa50b483989698b8e68c (plain)
1
2
3
4
5
6
/* Test type qualifier in empty declaration: OK but useless.  */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-options "-pedantic-errors" } */

const struct foo; /* { dg-warning "warning: useless type qualifier in empty declaration" } */