blob: 73d96f0f3cdc15c9dd012533b457f71e4b031cdd [file] [log] [blame]
/* Test accessing TLS based variable without any debug info compiled. */
#include <pthread.h>
__thread int thread_local = 42;
int main(void)
{
return 0;
}