summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_compile/3624.hs
blob: 8f42efc055d3be696d324e53ed54f9f2c5defd8f (plain)
1
2
3
4
{-# LANGUAGE ForeignFunctionInterface #-}
module Test where

foreign import ccall "path/to/foo.h foo" foo :: Int -> IO Float