Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr61558.C
blob: 1e398e9155f0dee0cf35aa1d07c7b21444202bff [
file
] [
log
] [
blame
]
// { dg-do compile }
static
__typeof
0
a __attribute__
((
__weakref__
(
""
)));
template
<typename>
class
A
{
static
__thread
int
b
;
};