PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr61852.c
blobf488aca7ac2fe5b909d35cc4642e1203bfdbec0d
1 /* PR c/61852 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wimplicit-function-declaration" } */
5 int
6 f (int a)
8 int b = a + a + a + ff (a); /* { dg-warning "23:implicit declaration of function" } */
9 return b;