2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / tls-nodebug.c
1 /* Test accessing TLS based variable without any debug info compiled. */
2
3 #include <pthread.h>
4
5 __thread int thread_local = 42;
6
7 int main(void)
8 {
9 return 0;
10 }
This page took 0.031747 seconds and 4 git commands to generate.