summaryrefslogtreecommitdiff
path: root/tests/headers/without_array_pointers_arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/without_array_pointers_arguments.h')
-rw-r--r--tests/headers/without_array_pointers_arguments.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/headers/without_array_pointers_arguments.h b/tests/headers/without_array_pointers_arguments.h
new file mode 100644
index 00000000..9028c43d
--- /dev/null
+++ b/tests/headers/without_array_pointers_arguments.h
@@ -0,0 +1,4 @@
+
+int test_fn(float a, int arr[20]);
+
+int test_fn2(const float arr[20], int b); \ No newline at end of file