aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-04-05 12:14:27 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-04-05 12:14:27 -0500
commit9a90495a1e4350ba9f3153fee9d18ebfca597fa1 (patch)
tree64e8c9b97b910183d2ddd0f1337ed85d1a680ae3 /tests/include
parentcc1cbb459c0e725a038df449ff265c484b4086c0 (diff)
downloadnimterop-9a90495a1e4350ba9f3153fee9d18ebfca597fa1.tar.gz
nimterop-9a90495a1e4350ba9f3153fee9d18ebfca597fa1.zip
Handle struct pointer first field, additional debugging
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];