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