blob: 5ee29720d3d70d9e63e5ac0a94cdef96dfac0c10 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-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
Eli Friedman847f3ca2012-09-20 02:38:38 +00004 RUN: %clang_cc1 -E %s -x c++ -verify -Wundef
Chris Lattnera7fa1b22007-04-10 06:16:30 +00005*/
6
7#if true
8block_1
9#endif
10
11#if false
12block_2
13#endif
14