xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
self-referencing-lambda
/
a.h
(revision 8a5943f5)
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