summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_compile/cc007.hs
blob: 99337cc37f088d9229415b7ab585b413ea748044 (plain)
1
2
3
4
-- !!! cc007 -- foreign import with external name equal to Haskell name.
module ShouldCompile where

foreign import ccall sine :: Double -> Double