summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/torture/pr61558.C
blob: 1e398e9155f0dee0cf35aa1d07c7b21444202bff (plain)
1
2
3
4
5
6
// { dg-do compile }
static __typeof 0 a __attribute__ ((__weakref__ ("")));
template <typename> class A
{
  static __thread int b;
};