packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/ffi/s8-export-ccall-named.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE ForeignFunctionInterface #-}
module FfiS8ExportCcallNamed where
addInt :: Int -> Int -> Int
addInt a b = a + b
foreign export ccall "addInt" addInt :: Int -> Int -> Int