Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
analyzer
/
fd-bind-pr107783.c
blob: 36304179b4359c2a60d3c81d820b5b6e49078087 [
file
] [
log
] [
blame
]
int
foo
(
void
)
{
return
bind
(
0
,
0
,
0
);
/* { dg-warning "implicit declaration of function 'bind'" } */
}