index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_constexpr.cpp
blob: 570c10fb9b8f48d1a8cea4853f94baea4a6d3ef0 (
plain
)
1
2
3
4
5
constexpr
int
getNum
()
{
return
42
;
}