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