1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-07-03 10:30:07 +08:00
CMake/Tests/CompileFeatures/cxx_lambdas.cpp
2014-04-08 11:05:55 +02:00

6 lines
33 B
C++

void someFunc()
{
[](){}();
}