PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / unused-7.c
blobd2b9c3c1b4f7026a8d1db636ec3ace9efeec314d
1 /* { dg-do compile } */
2 /* { dg-options "-Wunused" } */
4 static int a = 10; /* { dg-warning "defined but not used" } */