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