#include <netinet/in.h>
int const foo = INADDR_ANY;
int main(void) { return 0; }
