clang-tidy-readability-iden.../sources/ConstexprFunction.cpp

4 lines
51 B
C++
Raw Normal View History

2019-04-24 13:46:26 +00:00
constexpr int get_five() {
return ( 5 );
}