[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Sema / builtins-gnu-mode.c
blobd93b6fdef027b682f665cf1bf12b194704b383c0
1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c99 %s
2 // PR16138
3 // expected-no-diagnostics
5 int alloca;
6 int stpcpy;
7 int stpncpy;
8 int strdup;
9 int strndup;
10 int index;
11 int rindex;
12 int bzero;
13 int strcasecmp;
14 int strncasecmp;
15 int _exit;
16 int _longjmp;
17 int siglongjmp;
18 int strlcpy;
19 int strlcat;