blob: 916d1419982c773da8df0b849525af41437ba73f [file] [log] [blame]
/* PR debug/66869 */
/* { dg-do compile } */
/* { dg-options "-Wunused-function" } */
static void test (void); /* { dg-warning "'test' declared 'static' but never defined" } */
int i;