1 int
2 foo (void)
3 {
4 return bind (0, 0, 0); /* { dg-warning "implicit declaration of function 'bind'" } */
5 }
1 int
2 foo (void)
3 {
4 return bind (0, 0, 0); /* { dg-warning "implicit declaration of function 'bind'" } */
5 }