[project @ 2001-05-18 14:18:34 by simonmar]
[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"