llvm-for-llvmta/tools/clang/test/Preprocessor/comment_save_if.c

13 lines
222 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 %s -E -CC -pedantic -verify
// expected-no-diagnostics
#if 1 /*bar */
#endif /*foo*/
#if /*foo*/ defined /*foo*/ FOO /*foo*/
#if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/
#endif
#endif