blob: a1520a1ba2fa19254777ded371ebc44068a23df6 [file] [log] [blame]
// { dg-require-effective-target tls }
// { dg-options "-g" }
template <class T>
void f()
{
static __thread int i __attribute ((tls_model ("local-exec")));
}