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