aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-ctf/function.c')
-rw-r--r--ld/testsuite/ld-ctf/function.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ctf/function.c b/ld/testsuite/ld-ctf/function.c
new file mode 100644
index 0000000..806742f
--- /dev/null
+++ b/ld/testsuite/ld-ctf/function.c
@@ -0,0 +1,3 @@
+int foo (char ch, int i, float f, void * p, void (*bar_ptr)(int)) {
+ return 0;
+}