summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run/1288_ghci.hs
blob: 8b3a8f8417a43a8aa19d60abbd0c59470874565d (plain)
1
2
3
4
5
6
import Foreign
import Foreign.C

foreign import stdcall "test" ctest :: CInt -> IO ()

main = ctest 3