clang-tidy-readability-iden.../test_ConstexprFunction.cpp
2019-04-24 16:46:26 +03:00

4 lines
51 B
C++

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