[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Preprocessor / include-likely-typo.c
blob89abe2a6e87b26456814f6762d6e8d86fa6465bf
1 // RUN: %clang_cc1 %s -verify
2 // RUN: %clang_cc1 -fms-compatibility %s -verify
4 #include "<empty_file_to_include.h>" // expected-error {{'<empty_file_to_include.h>' file not found, did you mean 'empty_file_to_include.h'?}}