6b8f86ed293f80ec3cc963df4e8f1802acb99594
[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 ()