• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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