[project @ 2000-04-11 09:40:19 by simonmar]
[ghc-hetmet.git] / ghc / tests / io / should_run / io032.hs
1 import IO
2 import IOExts
3
4 main = do
5    hPutStr stderr
6         (trace (trace (trace (trace (trace (trace (trace
7           "one" "fish") "two") "fish") "red") "fish") "blue") "fish")
8    hPutStr stdout
9         (trace (trace (trace (trace (trace (trace (trace
10           "one" "fish") "two") "fish") "red") "fish") "blue") "fish")