CMake/Tests/CompileFeatures/cxx_constexpr.cpp

6 lines
41 B
C++
Raw Normal View History

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