blob: 39cb349b2a810d9c4561b5dbf574e03621f602c1 [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*/
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00006// expected-no-diagnostics
Reid Spencer5f016e22007-07-11 17:01:13 +00007
8#if true
9block_1
10#endif
11
12#if false
13block_2
14#endif
15