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