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