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