/*optional*/
#include <unistd.h>
#ifndef _POSIX2_C_BIND
#error "_POSIX2_C_BIND is not defined"
#endif
int main(void) { return 0; }
