1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-30 07:38:07 +08:00
CMake/Tests/CompileFeatures/cxx_constexpr.cpp
2014-04-08 11:05:54 +02:00

6 lines
41 B
C++

constexpr int getNum()
{
return 42;
}