[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Preprocessor / skipping_unclean.c
blobce75b3990ea13b8c3c63731ba987a80c95fa91f7
1 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
3 #if 0
4 blah
5 #\
6 else
7 bark
8 #endif
9 // CHECK: {{^}}bark{{$}}