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