summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghc-e/should_run/2228.hs
blob: 0c53c5ae13baeadfc0cef932621120daa761a68e (plain)
1
2
3
4
import System.IO
main = do
  hGetBuffering stdin >>= print
  hGetBuffering stdout >>= print