aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/fd-bind-pr107783.c
blob: 36304179b4359c2a60d3c81d820b5b6e49078087 (plain)
1
2
3
4
5
int
foo (void)
{
  return bind (0, 0, 0); /* { dg-warning "implicit declaration of function 'bind'" } */
}