blob: 5ff772b74c1d18a07418aebfb4fb8dcc196375c6 [file] [log] [blame]
/* PR c/108079 */
/* { dg-do compile } */
/* { dg-options "-Wunused-variable" } */
int
main ()
{
static int x; /* { dg-warning "unused variable 'x'" } */
/* { dg-bogus "'x' defined but not used" "" { target *-*-* } .-1 } */
}