[project @ 2000-11-03 16:23:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / ccall / should_compile / cc007.hs
1 -- !!! cc007 -- foreign import with external name equal to Haskell name.
2 module ShouldCompile where
3
4 foreign import sine :: Double -> Double