C++程序  |  7行  |  126 B

#include <stdio.h>

int main() {
    fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
    return -1;
}