packages feed

doctest-0.25.0: test/integration/with-cbits/Bar.hs

{-# LANGUAGE ForeignFunctionInterface #-}
module Bar where

import Foreign.C

-- |
-- >>> foo
-- 23
foreign import ccall foo :: CInt