summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/T3333.hs
blob: 82c89095f778060e46b0a1f9d208d66adbf36772 (plain)
1
2
3
4
5
module WeakTest where

import Foreign.C.Types

foreign import ccall weak_test :: CInt -> IO CInt