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