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