CMake/Tests/CompileFeatures/cxx_lambdas.cpp

6 lines
33 B
C++
Raw Normal View History

2014-04-03 21:23:40 +04:00
void someFunc()
{
[](){}();
}