blob: f488aca7ac2fe5b909d35cc4642e1203bfdbec0d [file] [log] [blame]
/* PR c/61852 */
/* { dg-do compile } */
/* { dg-options "-Wimplicit-function-declaration" } */
int
f (int a)
{
int b = a + a + a + ff (a); /* { dg-warning "23:implicit declaration of function" } */
return b;
}