[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / SemaCXX / builtin-exception-spec.cpp
blob9845172bcd72a0a663df749c8755fdc65c7c7ae7
1 // RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify -std=c++1z %s
3 // expected-no-diagnostics
4 #include <malloc.h>
6 extern "C" {
7 void *malloc(__SIZE_TYPE__);