summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/T11531.hs
blob: f75e8bb996c67525008d51a4c19912b5547c0800 (plain)
1
2
3
{-# LANGUAGE ForeignFunctionInterface #-}

foreign import ccall "T11531.h some_function" someFunction :: Int -> Int