================
@@ -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