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