brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · b972d91 Raw
13 lines · c
1// RUN: %clang_cc1 %s -E -CC -pedantic -verify2// expected-no-diagnostics3 4#if 1 /*bar */5 6#endif /*foo*/7 8#if /*foo*/ defined /*foo*/ FOO /*foo*/9#if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/10#endif11#endif12 13