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