summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/dyn/T10458.hs
blob: 98fc4e4643f79b9b4c9a9e260aa79c6017aea302 (plain)
1
2
3
4
5
6
7
8
module T10458 (callSO) where

import Foreign
import Foreign.C.Types
foreign import ccall "foo" dle :: IO CInt

callSO :: IO CInt
callSO = dle