f723b8b878a3 ^
1 2 3 4 5 6 7
{-# LANGUAGE ForeignFunctionInterface #-} module TestSubLib (messageEnd) where messageEnd :: String messageEnd = "world " ++ show (foo 10) foreign import ccall foo :: Int -> Int