#include <sys/mman.h>
int const foo = MAP_FIXED;
int main(void) { return 0; }
