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