Sign in
fuchsia
/
third_party
/
swift-clang
/
upstream/fuchsia_release
/
.
/
test
/
Modules
/
Inputs
/
self-referencing-lambda
/
a.h
blob: 756fe18de6297499b5b4790f8d193735f8917414 [
file
] [
log
] [
blame
]
void
f
()
{
int
x
=
0
;
auto
q
=
[
xm
=
x
]{};
}