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