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