aboutsummaryrefslogtreecommitdiff
path: root/src/F.hs
blob: 911a3db534e29d2651ca93c8a5e83e1079d7dec6 (plain)
1
2
3
4
5
{-# LANGUAGE ForeignFunctionInterface #-}
module F where


foreign import ccall "some_c_function" c_some_c_function :: IO ()