Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
28de78bf9b8532b7733f49aea54b7fae651af490
/
.
/
test
/
Preprocessor
/
cxx_true.cpp
blob: e35c54d7b3fcf0ae62d7a760c70f5111ad7f879c [
file
] [
log
] [
blame
]
/* RUN: clang-cc -E %s -x=c++ | grep block_1 &&
RUN: clang-cc -E %s -x=c++ | not grep block_2 &&
RUN: clang-cc -E %s -x=c | not grep block
*/
#if true
block_1
#endif
#if false
block_2
#endif