#include <poll.h>
int const foo = POLLHUP;
int main(void) { return 0; }
