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