aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/59_function_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2/59_function_array.c')
-rw-r--r--tests/tests2/59_function_array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests2/59_function_array.c b/tests/tests2/59_function_array.c
new file mode 100644
index 0000000..9fcc12d
--- /dev/null
+++ b/tests/tests2/59_function_array.c
@@ -0,0 +1 @@
+int (*fct)[42](int x);