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