summaryrefslogtreecommitdiff
path: root/tests/headers/func_with_func_ptr_arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/func_with_func_ptr_arg.h')
-rw-r--r--tests/headers/func_with_func_ptr_arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/func_with_func_ptr_arg.h b/tests/headers/func_with_func_ptr_arg.h
new file mode 100644
index 00000000..629c84ab
--- /dev/null
+++ b/tests/headers/func_with_func_ptr_arg.h
@@ -0,0 +1 @@
+void foo(void (*bar)());