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