Searched refs:thread_mismatch_2 (Results 1 – 2 of 2) sorted by relevance
52 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