30 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3// expected-no-diagnostics4 5#ifdef UNDEFINED6#id7#ifd8#ifde9#elf10#elsif11#elseif12#elfidef13#elfindef14#elfinndef15#els16#endi17#endif18 19#ifdef UNDEFINED20# in in order to perform21#endif22 23#ifdef UNDEFINED24#i25#endif26 27#if special_compiler28#special_compiler_directive29#endif30