[project @ 1999-12-29 14:46:29 by simonpj]
[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"