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

foreign import ccall "foo" c_foo :: Int

main = print c_foo