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