Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr51832.h
blob: fee369335edd66bf40b2147e0a15d627f1e677c2 [
file
] [
log
] [
blame
]
template
<
class
...
T
>
struct
A
{
static
int
i
;
};
inline
void
f
()
{
A
<int>
::
i
=
0
;
}