summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered06_A.hs
blob: f865193a693f3469b12859c467bdbab276f09d11 (plain)
1
2
3
4
5
6
{-# LANGUAGE ForeignFunctionInterface #-}
-- | Unsafe as uses FFI with a pure function
module UnsafeInfered06_A where

foreign import ccall "math.h" sin :: CDouble -> CDouble