(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
tls/
locations1.C
/* { dg-require-effective-target tls } */

template <__thread int T> struct F {}; // { dg-error "11:storage class specified" }
template <static __thread int T> struct G {}; // { dg-error "11:storage class specified" }