packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/ffi/s8-import-wrapper.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE ForeignFunctionInterface #-}
module FfiS8ImportWrapper where
foreign import ccall "wrapper" wrapFun :: (Int -> IO Int) -> IO (Ptr (Int -> IO Int))