summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read001.hs
blob: d0a84ff7e5343049a856d73f7cf92d28b7afc166 (plain)
1
2
3
4
5
6
7
8
-- !!! import qualified Prelude should leave (), [] etc in scope

module ShouldCompile where

import qualified Prelude

f :: Prelude.IO ()
f = Prelude.return ()