1REQUIRES: shell 2RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 3RUN: ulimit -s 1000 4RUN: not %run %t-SimpleTest 5