1 2 3 4 5 6 7 8 9
{-# OPTIONS_GHC -Wall #-} -- Test #3263 module T3263 where foo :: IO () foo = do { getChar ; return () }