Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 %s -E | grep '! ,'
      2 
      3 #define XX
      4 ! XX,
      5 
      6