class ClassWithConstexprMethod { private: constexpr int getInt() { return 0; }; };