The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Import
template
Inputs
T.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
template
<
typename
T
>
struct
A
{
struct
B
{
T
f
;
}
;
}
;