xref: /llvm-project/compiler-rt/test/fuzzer/ulimit.test (revision 2d37e48e2439f70ed394bcca5c065ca2c8f5ae94)
1REQUIRES: shell
2RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
3RUN: ulimit -s 1000
4RUN: not %run %t-SimpleTest
5