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