Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5ce45c77fc986d13f8cf566b2c195c7cda8afde3
/
.
/
test
/
Preprocessor
/
skipping_unclean.c
blob: ce75b3990ea13b8c3c63731ba987a80c95fa91f7 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
#if 0
blah
#\
else
bark
#endif
// CHECK: {{^}}bark{{$}}