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