blob: b123e0cb681affc65af44faa50b463804d622773 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001/* RUN: %clang_cc1 -E %s -x c++ | grep block_1
2 RUN: %clang_cc1 -E %s -x c++ | not grep block_2
3 RUN: %clang_cc1 -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