summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T11829.hs
blob: 5983dfb226d0558ce02c5703fa852ab7d1685c4f (plain)
1
2
3
4
5
module Main where
import Foreign.C.Types
foreign import ccall func :: IO CInt
main :: IO ()
main = print =<< func