CMake/Tests/CompileFeatures/cxx_constexpr.cpp

6 lines
41 B
C++
Raw Normal View History

2014-03-18 15:53:01 +04:00
constexpr int getNum()
{
return 42;
}