[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Lexer / token-concat.c
blob0a2cbeef6fd0824996f623ed00b3ce050a372e70
1 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
3 IDENT.2
4 // CHECK: {{^}}IDENT.2{{$}}
7 // PR4395
8 #define X .*
10 // CHECK: {{^}}.*{{$}}