Imported Upstream version 1.49.1
[platform/upstream/gobject-introspection.git] / tests / scanner / regress.h
index c110690..1abd610 100644 (file)
@@ -1449,6 +1449,19 @@ typedef struct {
   };
 } RegressAnAnonymousUnion;
 
+typedef struct {
+  int x;
+
+  union {
+    struct {
+      RegressLikeGnomeKeyringPasswordSchema *a;
+      RegressLikeXklConfigItem *b;
+    };
+
+    guint padding[4];
+  };
+} RegressAnonymousUnionAndStruct;
+
 GVariant *
 regress_get_variant (void);