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