blob: 39cb349b2a810d9c4561b5dbf574e03621f602c1 [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*/
Andy Gibbsc6e68da2012-10-19 12:44:48 +00006// expected-no-diagnostics
Chris Lattnera7fa1b22007-04-10 06:16:30 +00007
8#if true
9block_1
10#endif
11
12#if false
13block_2
14#endif
15