1# FIXME: Disabled on Windows for now because Windows has no ulimit command.
2UNSUPPORTED: windows
3RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4RUN: ulimit -s 1000
5RUN: not %run %t-SimpleTest
6