Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / LinkerOptions / T7339 / lib / Hello.hs
blob0dd0de66f749fcf94888745e549d344a9b7a95ec
1 module Hello (hello) where
3 foreign import ccall "hello_world" hello :: IO ()