rt_gccstream/gcc/testsuite/gcc.dg/unused-7.c

6 lines
121 B
C

/* { dg-do compile } */
/* { dg-options "-Wunused" } */
static int a = 10; /* { dg-warning "defined but not used" } */