[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Sema / aarch64-tme-errors.c
blobe095550cedf5e33e0730d36796a3f48b68a5413b
1 // RUN: %clang_cc1 -triple aarch64-eabi -verify %s
3 #include "arm_acle.h"
5 void test_no_tme_funcs(void) {
6 __tstart(); // expected-warning{{implicit declaration of function '__tstart'}}
7 __builtin_tstart(); // expected-error{{use of unknown builtin '__builtin_tstart'}}