packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ForeignFunctionInterface/export.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE ForeignFunctionInterface #-}
module Export where

f :: Int -> Int
f x = x

foreign export ccall "f" f :: Int -> Int