[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / SemaCXX / cxx11-thread-unsupported.cpp
blobd3fcf82ef41597fc15747d570ba6d71f69aebda1
1 // RUN: %clang_cc1 -std=c++11 -triple=x86_64-apple-macosx10.6 -verify %s
3 void f() {
4 thread_local int x; // expected-error {{thread-local storage is not supported for the current target}}