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