aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index 8e84b01..db539c7 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -19,6 +19,10 @@ struct A0 {
int f1;
};
+struct A4 {
+ float f1;
+};
+
typedef char *A9p[3]; //, A9[4];
typedef char *A10[3][6];
typedef char *(*A11)[3];
@@ -127,6 +131,10 @@ struct A0 {
int f1;
};
+struct A4 {
+ float f1;
+};
+
typedef char *A9p[3]; //, A9[4];
typedef char *A10[3][6];
typedef char *(*A11)[3];