xref
: /
llvm-project-15.0.7
/
clang
/
test
/
ASTMerge
/
unnamed_fields
/
Inputs
/
il.cpp
(revision 5cdc2cda)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void
f
(
int
X
,
int
Y
,
bool
Z
) {
2
auto
x
= [
X
,
Y
,
Z
] { (
void
)
Z
; };
3
}
4