summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr66869.c
blob: 916d1419982c773da8df0b849525af41437ba73f (plain)
1
2
3
4
5
6
/* PR debug/66869 */
/* { dg-do compile } */
/* { dg-options "-Wunused-function" } */

static void test (void); /* { dg-warning "'test' declared 'static' but never defined" } */
int i;