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