The Nest
Explore
Sign in
nuudlman
llvm
clang
test
PCH
local_static.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
class Bar
{
public
:
template
<
typename T
>
void
f
(
)
{
static
const
T y
=
0
;
}
}
;