aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ForeignFunctionInterface/safety.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ForeignFunctionInterface #-}
module Safety where
foreign import ccall safe "f" f_safe :: Int -> Int
foreign import ccall unsafe "g" f_unsafe :: Int -> Int