blob: e669d3c4d397ada099663d092efc2774d3868841 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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;
}
|