binutils/tests/Regression/bz959422-TLS-variable-wrongly-relocated-on-debug-info/ld-fail.c

9 lines
91 B
C
Raw Normal View History

#include <pthread.h>
__thread const char *tls_var = "hello";
int main ()
{
return 0;
}