blob: 5ebdaf8d2fecb88fcda8b0baa8c3374bfea16b2d [file] [log] [blame]
Chris Lattner9e2fccc2007-04-10 07:06:36 +00001/* RUN: clang -E %s -x=c++ | grep block_1 &&
2 RUN: clang -E %s -x=c++ | not grep block_2 &&
3 RUN: clang -E %s -x=c | not grep block
Chris Lattnera7fa1b22007-04-10 06:16:30 +00004*/
5
6#if true
7block_1
8#endif
9
10#if false
11block_2
12#endif
13