d0a84ff7e5343049a856d73f7cf92d28b7afc166
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read001.hs
1 -- !!! import qualified Prelude should leave (), [] etc in scope
2
3 module ShouldCompile where
4
5 import qualified Prelude
6
7 f :: Prelude.IO ()
8 f = Prelude.return ()