================
@@ -8,6 +8,9 @@ class Task {
TASK_TYPE_1,
TASK_TYPE_2
} type;
+ enum E : unsigned char {} e;
+ union U {
+ } u;
----------------
Endilll wrote:Done! https://github.com/llvm/llvm-project/pull/68705 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
