Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
comdat3.h
blob: e2ec970903403d73062bca81cfae5f73bbd290ed [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
A
{
static
const
bool
b
=
false
;
};
template
<
class
T
>
const
bool
A
<
T
>::
b
;
void
f
();