aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/Wunused-var-18.c
blob: 5ff772b74c1d18a07418aebfb4fb8dcc196375c6 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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 } */
}