1 | // RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s |
---|---|
2 | // REQUIRES: crash-recovery |
3 | |
4 | // FIXME: CHECKs might be incompatible to win32. |
5 | // Stack traces also require back traces. |
6 | // REQUIRES: shell, backtrace |
7 | |
8 | #prag\ |
9 | ma clang __debug crash |
10 | |
11 | // CHECK: prag\ |
12 | // CHECK-NEXT: ma |
13 | |
14 |