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