blob: dfe38e401a9857017cec436c595ef0d436b4fe94 [file] [log] [blame]
/* PR debug/94277 */
/* { dg-do compile } */
/* { dg-options "-fcompare-debug" } */
static void foo (void); /* { dg-warning "used but never defined" } */
void
bar (void)
{
foo ();
}