PR debug/66653
[official-gcc.git] / gcc / testsuite / g++.dg / tls / tls_model1.C
bloba1520a1ba2fa19254777ded371ebc44068a23df6
1 // { dg-require-effective-target tls }
2 // { dg-options "-g" }
4 template <class T>
5 void f()
7   static __thread int i __attribute ((tls_model ("local-exec")));