Searched refs:thread_int (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dthread-specifier.c26 __thread int thread_int; variable
27 int *thread_int_ptr = &thread_int; // expected-error{{initializer element is not a compile-time constant}}
29 int *p = &thread_int; // This is perfectly fine, though.

Completed in 67 milliseconds