Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ffe0edc09287c730853d799c42fbb38e92bbd5bf
/
.
/
Tests
/
CompileFeatures
/
cxx_lambdas.cpp
blob: 7cd1fabb4cd28100fc6ea46566b965baf2704387 [
file
]
void
someFunc
()
{
[]()
{}();
}