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