Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
Preprocessor
/
cxx_true.cpp
blob: 80aa04e2b99e9ddd201a0e4a94b2927eabd86c4c [
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