Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
c-c++-common
/
Wunused-var-18.c
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 } */
}