diff options
Diffstat (limited to 'tests/include/test.h')
| -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 { |
