summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T11788.hs
blob: ff7aa58ba45b1e3e166eb0a286ee45d426adfa9c (plain)
1
2
3
4
5
module Main where

foreign import ccall "c" c_exp :: Int

main = print c_exp