1#include <stdio.h>
2
3int main() {
4    fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
5    return -1;
6}
7