Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
      2 
      3 #define XX
      4 ! XX,
      5 
      6 // CHECK: {{^}}! ,{{$}}
      7