[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Sema / builtins-overflow.m
blob3ef04b1ff8f43c6e99a49b65364f581879684120
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 void test(void) {
5   int z[1];
6   __builtin_add_overflow(1, 1, z);