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