blob: bca70c5949e630f7f9b0e8c3318f199a5d98f74f [file] [log] [blame]
Daniel Dunbar682899d2009-11-29 09:32:31 +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