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 } */ }