summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T3263.hs
blob: 1b1d5df082fcdb92fc196ddc807d6f05d1239840 (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS_GHC -Wall #-}

-- Test #3263

module T3263 where

foo :: IO ()
foo = do { getChar
         ; return () }