summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index 97b9135b..fd937cdd 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -875,4 +875,15 @@ void regress_test_struct_fixed_array_frob (RegressTestStructFixedArray *str);
void regress_has_parameter_named_attrs (int foo,
gpointer attributes);
+
+typedef struct {
+ int dummy;
+ struct {
+ const char *name;
+ guint x;
+ } attributes[32];
+
+ double dummy2;
+} RegressLikeGnomeKeyringPasswordSchema;
+
#endif /* __GITESTTYPES_H__ */