ref: c6e8e33dc429495ac8a20e9a5d40f4ea2ceb787a dir: /tests/Hello.hs/
module Hello(main) where import Prelude main :: IO () main = putStrLn "hello, world\n"