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

4 lines
51 B
C++

constexpr int get_five() {
return ( 5 );
}