/*optional*/
#include <unistd.h>
#ifndef _POSIX_ASYNC_IO
#error "_POSIX_ASYNC_IO is not defined"
#endif
int main(void) { return 0; }
