Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 %s -E -CC -pedantic -verify
      2 // expected-no-diagnostics
      3 
      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 #endif
     11 #endif
     12 
     13