xref: /llvm-project/compiler-rt/test/fuzzer/big-file-copy.test (revision b62c39f9ef2af3dd398a67a5e9e8d7d0a097d941)
1REQUIRES: darwin
2UNSUPPORTED: ios
3RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
4RUN: %run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$?
5RUN: %run rm -f big-file.txt big-file-out.txt
6RUN: (exit $result)
7