#include <sys/select.h>
int const foo = FD_SETSIZE;
int main(void) { return 0; }
