diff options
Diffstat (limited to 'test/Parser/crash-report.c')
-rw-r--r-- | test/Parser/crash-report.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Parser/crash-report.c b/test/Parser/crash-report.c new file mode 100644 index 0000000..42481aa --- /dev/null +++ b/test/Parser/crash-report.c @@ -0,0 +1,9 @@ +// RUN: %clang_cc1 %s 2>&1 | FileCheck %s +// REQUIRES: crash-recovery + +#prag\ +ma clang __debug crash + +// CHECK: prag\ +// CHECK-NEXT: ma + |