xref: /aosp_15_r20/system/extras/mmap-perf/unsupported.cpp (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1 #include <stdio.h>
2 
main()3 int main() {
4     fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
5     return -1;
6 }
7