gcc/gcc/testsuite/gcc.dg/pr94277.c

12 lines
186 B
C

/* PR debug/94277 */
/* { dg-do compile } */
/* { dg-options "-fcompare-debug" } */
static void foo (void); /* { dg-warning "used but never defined" } */
void
bar (void)
{
foo ();
}