Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / comment_save_if.c
blobb972d914ebdb8809096e612bbfe722a1343b0fbb
1 // RUN: %clang_cc1 %s -E -CC -pedantic -verify
2 // expected-no-diagnostics
4 #if 1 /*bar */
6 #endif /*foo*/
8 #if /*foo*/ defined /*foo*/ FOO /*foo*/
9 #if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/
10 #endif
11 #endif