blob: e35c54d7b3fcf0ae62d7a760c70f5111ad7f879c [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001/* RUN: clang-cc -E %s -x=c++ | grep block_1 &&
2 RUN: clang-cc -E %s -x=c++ | not grep block_2 &&
3 RUN: clang-cc -E %s -x=c | not grep block
Reid Spencer5f016e22007-07-11 17:01:13 +00004*/
5
6#if true
7block_1
8#endif
9
10#if false
11block_2
12#endif
13