CMake/Tests/CompileFeatures/cxx_lambdas.cpp

6 lines
33 B
C++
Raw Normal View History

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