2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr61558.C
blob1e398e9155f0dee0cf35aa1d07c7b21444202bff
1 // { dg-do compile }
2 static __typeof 0 a __attribute__ ((__weakref__ ("")));
3 template <typename> class A
5   static __thread int b;
6 };