doctest-parallel-0.1: test/integration/WithCbits/Bar.hs
{-# LANGUAGE ForeignFunctionInterface #-}
module WithCbits.Bar where
import Foreign.C
-- |
-- >>> foo
-- 23
foreign import ccall foo :: CInt
{-# LANGUAGE ForeignFunctionInterface #-}
module WithCbits.Bar where
import Foreign.C
-- |
-- >>> foo
-- 23
foreign import ccall foo :: CInt