================
@@ -0,0 +1,29 @@
+// RUN: %clang_cc1 -triple=x86_64 -emit-llvm -o - %s | FileCheck %s
+
+struct StructArray {
+    long a;
+    float b;
+    struct {
+    } c[7];
+}
+
+struct UnionArray {
+    long a;
+    float b;
+    union {
+    } c[7];
+}
----------------
MaooJian wrote:

added it, thx

https://github.com/llvm/llvm-project/pull/224203
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to