2 RUN: %cpp_compiler %S/NthRunCrashTest.cpp -o %t-NthRunCrashTest
3 RUN: echo abcd > %t/NthRunCrashTest.in
4 RUN: %run %t-NthRunCrashTest %t/NthRunCrashTest.in
5 RUN: %run %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10
6 RUN: not %run %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s
7 RUN: rm %t/NthRunCrashTest.in