Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 %s -E -CC -pedantic -verify
      2 
      3 #define FOO && 1
      4 #if defined FOO FOO
      5 #endif
      6