Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr61852.c
2023-03-06 14:48:14 +01:00

10 lines
216 B
C

/* 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;
}