cxx_constexpr.cpp 41 B

12345
  1. constexpr int getNum()
  2. {
  3. return 42;
  4. }