Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr61852.c
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
;
}