diff --git a/tests/test_pointrect_constexpr.cc b/tests/test_pointrect_constexpr.cc index 179678a..ea5004e 100644 --- a/tests/test_pointrect_constexpr.cc +++ b/tests/test_pointrect_constexpr.cc @@ -18,6 +18,7 @@ int main(int, char*[]) { static_assert(b1, ""); static_assert(b2, ""); + static_assert(p2 == p3, ""); constexpr int x = p1.GetX(); constexpr int y = p1.GetY();