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