diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-26 20:18:38 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-26 20:18:38 -0600 |
| commit | e59e34a7be12c7f84099d8b56b038d3c3ab9c15c (patch) | |
| tree | 5272c84122c6ed4f37cf0947ad4ebd815726c6a6 /tests/include | |
| parent | 373e9decf333ec65c14d7c36a0d1d33e9eb2a803 (diff) | |
| download | nimterop-e59e34a7be12c7f84099d8b56b038d3c3ab9c15c.tar.gz nimterop-e59e34a7be12c7f84099d8b56b038d3c3ab9c15c.zip | |
Array ptr, numeric length, tests
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index bf4f70d..e040d7f 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -46,6 +46,10 @@ typedef int * INTPTR; typedef struct { int *field; + int field2[TEST_INT]; + enum ENUM field3[TEST_INT]; + int *field4[TEST_INT]; + ENUM4 *field5[TEST_INT]; } STRUCT4; union UNION1 { |
