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

-- Test Trac #3263

module T3263 where

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