cmake/Tests/CompileFeatures/cxx_constexpr.cpp

6 lines
41 B
C++
Raw Normal View History

2015-04-27 22:25:09 +02:00
constexpr int getNum()
{
return 42;
}