summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/T19350/lib/Hello.hs
blob: 0dd0de66f749fcf94888745e549d344a9b7a95ec (plain)
1
2
3
module Hello (hello) where

foreign import ccall "hello_world" hello :: IO ()