gcc/gcc/testsuite/gcc.dg/pr66869.c

7 lines
185 B
C

/* PR debug/66869 */
/* { dg-do compile } */
/* { dg-options "-Wunused-function" } */
static void test (void); /* { dg-warning "'test' declared 'static' but never defined" } */
int i;