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

4 lines
50 B
C++
Raw Permalink Normal View History

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