summaryrefslogtreecommitdiff
path: root/test/Preprocessor/skipping_unclean.c
blob: ce75b3990ea13b8c3c63731ba987a80c95fa91f7 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s

#if 0
blah
#\
else
bark
#endif
// CHECK: {{^}}bark{{$}}