From 9a90495a1e4350ba9f3153fee9d18ebfca597fa1 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 5 Apr 2019 12:14:27 -0500 Subject: Handle struct pointer first field, additional debugging --- tests/include/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/include') 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]; -- cgit v1.2.3