blob: 1e398e9155f0dee0cf35aa1d07c7b21444202bff [file] [log] [blame]
// { dg-do compile }
static __typeof 0 a __attribute__ ((__weakref__ ("")));
template <typename> class A
{
static __thread int b;
};