summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run/fptr01.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ffi/should_run/fptr01.h')
-rw-r--r--testsuite/tests/ffi/should_run/fptr01.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/ffi/should_run/fptr01.h b/testsuite/tests/ffi/should_run/fptr01.h
new file mode 100644
index 0000000000..b50cc41776
--- /dev/null
+++ b/testsuite/tests/ffi/should_run/fptr01.h
@@ -0,0 +1,10 @@
+#ifndef FPTR01_H_INCLUDED
+#define FPTR01_H_INCLUDED
+
+void f( HsInt * );
+void g( HsInt * );
+void h( HsInt * );
+
+void f_env( HsInt *, HsInt * );
+
+#endif // FPTR01_H_INCLUDED