a83672a64c2822f1c5ff0900572024dcb87312b1
[ghc-hetmet.git] / ghc / tests / io / should_run / io023.hs
1 --!!! Testing output on stdout
2 module Main(main) where
3
4 -- stdout is buffered, so test if its buffer
5 -- is flushed upon program termination.
6 main :: IO ()
7 main = putStr "Hello"