blob: 5ee29720d3d70d9e63e5ac0a94cdef96dfac0c10 [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
Eli Friedman9c611372012-09-20 02:38:38 +00004 RUN: %clang_cc1 -E %s -x c++ -verify -Wundef
Reid Spencer5f016e22007-07-11 17:01:13 +00005*/
6
7#if true
8block_1
9#endif
10
11#if false
12block_2
13#endif
14