Home | History | Annotate | Download | only in Lexer
      1 // RUN: %clang_cc1 -E -x c -o - %s | grep '[.][*]'
      2 // PR4395
      3 #define X .*
      4 X
      5