packages feed

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

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

foreign import stdcall "f" f :: Int -> Int