summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/const_array_fn_arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen-tests/tests/headers/const_array_fn_arg.h')
-rw-r--r--bindgen-tests/tests/headers/const_array_fn_arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/const_array_fn_arg.h b/bindgen-tests/tests/headers/const_array_fn_arg.h
new file mode 100644
index 00000000..ebe22861
--- /dev/null
+++ b/bindgen-tests/tests/headers/const_array_fn_arg.h
@@ -0,0 +1 @@
+void f(const int a[]);