The Nest
Explore
Sign in
nuudlman
llvm
clang
test
ASTMerge
unnamed_fields
Inputs
il.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
void
f
(
int
X
,
int
Y
,
bool
Z
)
{
auto
x
=
[
X
,
Y
,
Z
]
{
(
void
)
Z
;
}
;
}