================ @@ -27,6 +27,7 @@ class Task { enum E : unsigned char {} e; union U { } u; + static constexpr long static_constexpr_field = 47; ---------------- Michael137 wrote:
Should we have an XFAIL test for the non-constant case? https://github.com/llvm/llvm-project/pull/89730 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits