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