blob: 80aa04e2b99e9ddd201a0e4a94b2927eabd86c4c [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001/* RUN: clang-cc -E %s -x=c++ | grep block_1
2 RUN: clang-cc -E %s -x=c++ | not grep block_2
Daniel Dunbard7d5f022009-03-24 02:24:46 +00003 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