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