summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/crash-report.c
blob: 6ca10459d9a5bece70142599afe241b07f630294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
// REQUIRES: crash-recovery

// Stack traces also require back traces.
// REQUIRES: backtrace

#prag\
ma clang __debug crash

// CHECK: prag\
// CHECK-NEXT: ma

OpenPOWER on IntegriCloud