// Test for poll(). #include int main() { return poll(nullptr, 0, 0); }