diff options
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index 06eb18e..a8a5b74 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -78,7 +78,7 @@ typedef struct { int field2[TEST_INT]; enum ENUM field3[TEST_INT]; int *field4[TEST_INT]; - ENUM4 *field5[TEST_INT]; + ENUM4 *field5[TEST_INT+TEST_INT]; } STRUCT4; typedef struct struct5 { |
