[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Preprocessor / print_line_include.c
blob4810fbca99b1e1d0f68815cd964111f1f0a59604
1 // RUN: %clang_cc1 -E -P %s | FileCheck %s
2 // CHECK: int x;
3 // CHECK-NEXT: int x;
5 // RUN: %clang_cc1 -E -P -fminimize-whitespace %s | FileCheck %s --check-prefix=MINWS --strict-whitespace
6 // MINWS: {{^}}int x;int x;{{$}}
8 #include "print_line_include.h"
9 #include "print_line_include.h"