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

// FIXME: CHECKs might be incompatible to win32.
// Stack traces also require back traces.
// REQUIRES: shell, backtrace

#prag\
ma clang __debug crash

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

OpenPOWER on IntegriCloud