aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index 9dba8ba..eb36650 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -74,6 +74,7 @@ typedef void * VOIDPTR;
typedef int * INTPTR;
typedef struct {
+ struct STRUCT1 *field0;
int *field;
int field2[TEST_INT];
enum ENUM field3[TEST_INT];