summaryrefslogtreecommitdiff
path: root/tests/includes/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/includes/types.h')
-rw-r--r--tests/includes/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/includes/types.h b/tests/includes/types.h
index c8c3afd..fe70e69 100644
--- a/tests/includes/types.h
+++ b/tests/includes/types.h
@@ -28,7 +28,7 @@ typedef struct char_struct {
char c4;
} char_struct_t;
-typedef char* string_t;
+typedef char string_t[256];
typedef const char* const_string_t;
static inline int8_t int_to_int8(int n) {