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