blob: f20d8cf7c8b24400e1c555dd7fb21bffba0687b1 [file] [log] [blame]
/* RUN: clang -E t.cpp -x=c++ | grep block_1 &&
RUN: clang -E t.cpp -x=c++ | not grep block_2 &&
RUN: clang -E t.cpp -x=c | not grep block
*/
#if true
block_1
#endif
#if false
block_2
#endif