summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/dyn/T10955dyn.hs
blob: 948332aac73fc7077ace1236616e22b4a1d7e586 (plain)
1
2
3
4
5
6
7
module Main where

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

main = dle >>= print