aboutsummaryrefslogtreecommitdiff
path: root/src/F.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/F.hs')
-rw-r--r--src/F.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/F.hs b/src/F.hs
new file mode 100644
index 0000000..911a3db
--- /dev/null
+++ b/src/F.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE ForeignFunctionInterface #-}
+module F where
+
+
+foreign import ccall "some_c_function" c_some_c_function :: IO ()