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