aboutsummaryrefslogtreecommitdiff
path: root/tests/include/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/test.c')
-rw-r--r--tests/include/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/include/test.c b/tests/include/test.c
index 8990df9..18e444f 100644
--- a/tests/include/test.c
+++ b/tests/include/test.c
@@ -64,6 +64,10 @@ void **test_call10(int **param1) {
return NULL;
}
+char *test_array_param(int arr[5]) {
+ return NULL;
+}
+
void multiline1(void) {}
void *multiline2(void) {