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