DEBSOURCES
Skip Quicknav
sources / haskell-doctest / 0.22.6-1 / test / integration / with-cbits / Bar.hs
123456789
{-# LANGUAGE ForeignFunctionInterface #-} module Bar where import Foreign.C -- | -- >>> foo -- 23 foreign import ccall foo :: CInt