Home
last modified time | relevance | path

Searched refs:thread_mismatch_2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Ddeclspec-thread.cpp52 extern __declspec(thread) int thread_mismatch_2; // expected-note {{previous declaration}}
53 int thread_mismatch_2 = 5; // expected-error-re {{non-thread-local {{.*}} follows thread-local}} variable