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