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