================
@@ -27,6 +27,7 @@ class Task {
     enum E : unsigned char {} e;
     union U {
     } u;
+    static constexpr long static_constexpr_field = 47;
----------------
labath wrote:

Good idea.

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

Reply via email to