2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / tls / diag-1.c
blobae4f3d4a3c28c7e9b21f58724078572f5fc2b020
1 /* Valid __thread specifiers. */
3 __thread int g1;
4 extern __thread int g2;
5 static __thread int g3;
7 void foo()
9 extern __thread int l1;
10 static __thread int l2;