xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
self-referencing-lambda
/
a.h
(revision 8a5943f5691920cd1c2dfde975dc1951f7d8e5b4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f()
1
void
f
() {
2
int
x
= 0;
3
auto
q
= [
xm
=
x
]{};
4
}
5